library(here)
## here() starts at /Volumes/GoogleDrive/Shared drives/Nami Dissertation/R Project
knitr::opts_chunk$set(
error = TRUE,
message = TRUE,
warning = TRUE
)
ggplot2::theme_set(ggplot2::theme_bw())
library(codebook)
codebook_data <- rio::import(here("data_public/Study1e_public.rds"))
codebook(codebook_data)
## Loading required namespace: GPArotation
Dataset name: codebook_data
The dataset has N=538 rows and 139 columns. 10 rows have no missing values on any column.
|
#Variables
Start Date
## 529 unique, categorical values, so not shown.
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | min | median | max | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|
| StartDate | Start Date | POSIXct | 0 | 1 | 529 | 2016-09-26 13:49:47 | 2016-11-28 14:22:29 | 2017-05-02 16:10:08 | DATETIME20 | 0 |
End Date
## 537 unique, categorical values, so not shown.
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | min | median | max | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|
| EndDate | End Date | POSIXct | 0 | 1 | 537 | 2016-09-26 14:15:23 | 2016-11-28 14:50:22 | 2017-05-02 16:36:18 | DATETIME20 | 0 |
Participant ID
Distribution of values for id
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | Participant ID | numeric | 0 | 1 | 15356 | 16054 | 17383 | 16114.79 | 517.701 | ▇▇▆▃▂ | F8.2 | 0 |
Participant Desire
Distribution of values for participant_desire
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| participant_desire | Participant Desire | haven_labelled | 0 | 1 | 0 | 1 | 1 | 0.5018587 | 0.5004619 | 2 | ▇▁▁▁▁▁▁▇ |
| name | value |
|---|---|
| Low | 0 |
| High | 1 |
Confederate Desire
Distribution of values for confederate_desire
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| confederate_desire | Confederate Desire | haven_labelled | 0 | 1 | 0 | 1 | 1 | 0.5111524 | 0.5003408 | 2 | ▇▁▁▁▁▁▁▇ |
| name | value |
|---|---|
| Low | 0 |
| High | 1 |
Age
Distribution of values for age
7 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| age | Age | numeric | 7 | 0.9869888 | 18 | 18 | 23 | 18.67232 | 0.8566973 | ▇▁▁▁▁ | F40.2 | 0 |
Race
Distribution of values for race
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| race | Race | haven_labelled | 0 | 1 | 3 | 3 | 5 | 3.048327 | 0.3073994 | 5 | ▇▁▁▁▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Native American | 1 |
| African-American | 2 |
| White/Caucasian | 3 |
| Asian/Pacific Islander | 4 |
| Other | 5 |
Race - Text
Distribution of values for race_text
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|
| race_text | Race - Text | character | 0 | 1 | 7 | 529 | 0 | 31 | 0 | A255 | 0 |
Are you Latino or Hispanic?
Distribution of values for hispanic
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hispanic | Are you Latino or Hispanic? | haven_labelled | 0 | 1 | 1 | 2 | 2 | 1.931227 | 0.2533036 | 2 | ▁▁▁▁▁▁▁▇ | F40.0 | 0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
Is English your first language?
Distribution of values for native_english
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| native_english | Is English your first language? | haven_labelled | 0 | 1 | 1 | 1 | 2 | 1.020446 | 0.1416522 | 2 | ▇▁▁▁▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
For how long have you been speaking English?
Distribution of values for english_years
527 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| english_years | For how long have you been speaking English? | numeric | 527 | 0.0204461 | 1 | 15 | 18 | 13.81818 | 5.192652 | ▁▁▁▁▇ | F40.2 | 0 |
What is your gender?
Distribution of values for gender
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| gender | What is your gender? | haven_labelled | 0 | 1 | 1 | 2 | 6 | 1.66171 | 0.5150098 | 6 | ▅▇▁▁▁▁▁▁ | F8.2 | 0 |
| name | value |
|---|---|
| Male | 1 |
| Female | 2 |
| Trans MTF | 3 |
| Trans FTM | 4 |
| Trans do not identify | 5 |
| Not sure | 6 |
Heart Manikin - Time 1
Distribution of values for heart_T1
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T1 | Heart Manikin - Time 1 | haven_labelled | 0 | 1 | 1 | 7 | 9 | 6.964684 | 1.61829 | 9 | ▁▁▂▂▅▇▆▆ | F40.0 | 0 |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected9 | 9 |
Heart Manikin - Time 2
Distribution of values for heart_T2
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T2 | Heart Manikin - Time 2 | haven_labelled | 0 | 1 | 1 | 7 | 9 | 6.996283 | 1.492372 | 9 | ▁▁▁▃▅▇▅▆ | F40.0 | 0 |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected9 | 9 |
Heart Manikin - Time 3
Distribution of values for heart_T3
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T3 | Heart Manikin - Time 3 | haven_labelled | 0 | 1 | 1 | 7 | 9 | 6.888476 | 1.549499 | 9 | ▁▁▁▅▆▇▅▆ | F40.0 | 0 |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected9 | 9 |
Heart Manikin - Time 4
Distribution of values for heart_T4
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T4 | Heart Manikin - Time 4 | haven_labelled | 0 | 1 | 2 | 7 | 9 | 6.834573 | 1.57865 | 9 | ▁▁▂▃▅▇▅▆ | F40.0 | 0 |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected9 | 9 |
Heart Manikin - Time 5
Distribution of values for heart_T5
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T5 | Heart Manikin - Time 5 | haven_labelled | 0 | 1 | 1 | 7 | 9 | 6.626394 | 1.730386 | 9 | ▁▂▂▅▆▇▅▆ | F40.0 | 0 |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected9 | 9 |
Heart Manikin - Time 6
Distribution of values for heart_T6
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T6 | Heart Manikin - Time 6 | haven_labelled | 0 | 1 | 2 | 7 | 9 | 6.810409 | 1.558697 | 9 | ▁▁▁▅▆▇▅▆ | F40.0 | 0 |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected9 | 9 |
Valence Self-Assessment Manikin - Time 1
Distribution of values for valence_T1
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T1 | Valence Self-Assessment Manikin - Time 1 | haven_labelled | 0 | 1 | 1 | 7 | 9 | 6.399628 | 1.509177 | 9 | ▁▁▂▅▆▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful9 | 9 |
Valence Self-Assessment Manikin - Time 2
Distribution of values for valence_T2
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T2 | Valence Self-Assessment Manikin - Time 2 | haven_labelled | 0 | 1 | 1 | 6 | 9 | 6.390335 | 1.44935 | 9 | ▁▁▂▅▇▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful9 | 9 |
Valence Self-Assessment Manikin - Time 3
Distribution of values for valence_T3
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T3 | Valence Self-Assessment Manikin - Time 3 | haven_labelled | 0 | 1 | 1 | 7 | 9 | 6.477695 | 1.642222 | 9 | ▁▁▂▆▇▇▅▅ | F40.0 | 0 |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful9 | 9 |
Valence Self-Assessment Manikin - Time 4
Distribution of values for valence_T4
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T4 | Valence Self-Assessment Manikin - Time 4 | haven_labelled | 0 | 1 | 1 | 6 | 9 | 6.159851 | 1.556061 | 9 | ▁▁▂▆▇▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful9 | 9 |
Valence Self-Assessment Manikin - Time 5
Distribution of values for valence_T5
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T5 | Valence Self-Assessment Manikin - Time 5 | haven_labelled | 0 | 1 | 1 | 6 | 9 | 5.888476 | 1.673158 | 9 | ▁▂▃▆▇▇▂▂ | F40.0 | 0 |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful9 | 9 |
Valence Self-Assessment Manikin - Time 6
Distribution of values for valence_T6
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T6 | Valence Self-Assessment Manikin - Time 6 | haven_labelled | 0 | 1 | 1 | 6 | 9 | 6.185874 | 1.610841 | 9 | ▁▂▂▆▇▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful9 | 9 |
Arousal Self-Assessment Manikin - Time 1
Distribution of values for arousal_T1
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T1 | Arousal Self-Assessment Manikin - Time 1 | haven_labelled | 0 | 1 | 1 | 4 | 9 | 4.369889 | 1.456631 | 9 | ▂▆▆▇▃▂▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused9 | 9 |
Arousal Self-Assessment Manikin - Time 2
Distribution of values for arousal_T2
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T2 | Arousal Self-Assessment Manikin - Time 2 | haven_labelled | 0 | 1 | 1 | 5 | 9 | 4.648699 | 1.563435 | 9 | ▂▃▆▇▅▃▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused9 | 9 |
Arousal Self-Assessment Manikin - Time 3
Distribution of values for arousal_T3
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T3 | Arousal Self-Assessment Manikin - Time 3 | haven_labelled | 0 | 1 | 1 | 5 | 9 | 4.899628 | 1.618434 | 9 | ▂▃▅▇▆▃▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused9 | 9 |
Arousal Self-Assessment Manikin - Time 4
Distribution of values for arousal_T4
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T4 | Arousal Self-Assessment Manikin - Time 4 | haven_labelled | 0 | 1 | 1 | 5 | 9 | 4.555762 | 1.602388 | 9 | ▃▅▇▇▅▂▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused9 | 9 |
Arousal Self-Assessment Manikin - Time 5
Distribution of values for arousal_T5
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T5 | Arousal Self-Assessment Manikin - Time 5 | haven_labelled | 0 | 1 | 1 | 5 | 9 | 4.592937 | 1.586637 | 9 | ▃▃▆▇▅▂▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused9 | 9 |
Arousal Self-Assessment Manikin - Time 6
Distribution of values for arousal_T6
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T6 | Arousal Self-Assessment Manikin - Time 6 | haven_labelled | 0 | 1 | 1 | 5 | 9 | 4.780669 | 1.634201 | 9 | ▃▃▆▇▆▃▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused9 | 9 |
Dominance Self-Assessment Manikin - Time 1
Distribution of values for dominance_T1
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T1 | Dominance Self-Assessment Manikin - Time 1 | haven_labelled | 0 | 1 | 1 | 6 | 9 | 6.254647 | 1.397066 | 9 | ▁▁▂▆▇▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| submissive, influenced, controlled by others1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous9 | 9 |
Dominance Self-Assessment Manikin - Time 2
Distribution of values for dominance_T2
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T2 | Dominance Self-Assessment Manikin - Time 2 | haven_labelled | 0 | 1 | 2 | 6 | 9 | 6.358736 | 1.368551 | 9 | ▁▁▁▆▆▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| submissive, influenced, controlled by others1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous9 | 9 |
Dominance Self-Assessment Manikin - Time 3
Distribution of values for dominance_T3
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T3 | Dominance Self-Assessment Manikin - Time 3 | haven_labelled | 0 | 1 | 2 | 6 | 9 | 6.379182 | 1.389403 | 9 | ▁▁▁▆▇▇▅▂ | F40.0 | 0 |
| name | value |
|---|---|
| submissive, influenced, controlled by others1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous9 | 9 |
Dominance Self-Assessment Manikin - Time 4
Distribution of values for dominance_T4
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T4 | Dominance Self-Assessment Manikin - Time 4 | haven_labelled | 0 | 1 | 2 | 6 | 9 | 6.375465 | 1.366094 | 9 | ▁▁▂▆▇▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| submissive, influenced, controlled by others1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous9 | 9 |
Dominance Self-Assessment Manikin - Time 5
Distribution of values for dominance_T5
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T5 | Dominance Self-Assessment Manikin - Time 5 | haven_labelled | 0 | 1 | 1 | 6 | 9 | 6.20632 | 1.459636 | 9 | ▁▁▂▇▇▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| submissive, influenced, controlled by others1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous9 | 9 |
Dominance Self-Assessment Manikin - Time 6
Distribution of values for dominance_T6
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T6 | Dominance Self-Assessment Manikin - Time 6 | haven_labelled | 0 | 1 | 1 | 6 | 9 | 6.349442 | 1.409138 | 9 | ▁▁▁▆▇▇▃▂ | F40.0 | 0 |
| name | value |
|---|---|
| submissive, influenced, controlled by others1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous9 | 9 |
I worry about what other people will think of me even when I know it doesn’t make any difference.
Distribution of values for FNES1
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES1 | I worry about what other people will think of me even when I know it doesn’t make any difference. | haven_labelled | 0 | 1 | 1 | 3 | 5 | 2.946097 | 1.131434 | 5 | ▂▆▁▇▁▆▁▂ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
I am unconcerned even if I know people are forming an unfavorable impression of me.
Distribution of values for FNES2R
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES2R | I am unconcerned even if I know people are forming an unfavorable impression of me. | haven_labelled | 0 | 1 | 1 | 4 | 5 | 3.708178 | 1.087584 | 5 | ▁▂▁▅▁▇▁▆ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 5 |
| Slightly characteristic of me 2 | 4 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 2 |
| Extremely characteristic of me5 | 1 |
I am frequently afraid of other people noticing my shortcomings.
Distribution of values for FNES3
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES3 | I am frequently afraid of other people noticing my shortcomings. | haven_labelled | 0 | 1 | 1 | 3 | 5 | 2.654275 | 1.165691 | 5 | ▅▇▁▆▁▅▁▂ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
I rarely worry about what kind of impression I am making on someone.
Distribution of values for FNES4R
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES4R | I rarely worry about what kind of impression I am making on someone. | haven_labelled | 0 | 1 | 1 | 4 | 5 | 3.8829 | 1.040719 | 5 | ▁▂▁▃▁▇▁▇ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 5 |
| Slightly characteristic of me 2 | 4 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 2 |
| Extremely characteristic of me5 | 1 |
I am afraid others will not approve of me.
Distribution of values for FNES5
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES5 | I am afraid others will not approve of me. | haven_labelled | 0 | 1 | 1 | 2 | 5 | 2.407063 | 1.161016 | 5 | ▆▇▁▅▁▅▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
I am afraid that people will find fault with me.
Distribution of values for FNES6
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES6 | I am afraid that people will find fault with me. | haven_labelled | 0 | 1 | 1 | 2 | 5 | 2.325279 | 1.120385 | 5 | ▆▇▁▃▁▃▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
Other people’s opinions of me do not bother me.
Distribution of values for FNES7R
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES7R | Other people’s opinions of me do not bother me. | haven_labelled | 0 | 1 | 1 | 4 | 5 | 3.498141 | 1.097227 | 5 | ▁▃▁▆▁▇▁▅ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 5 |
| Slightly characteristic of me 2 | 4 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 2 |
| Extremely characteristic of me5 | 1 |
When I am talking to someone, I worry about what they may be thinking about me.
Distribution of values for FNES8
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES8 | When I am talking to someone, I worry about what they may be thinking about me. | haven_labelled | 0 | 1 | 1 | 2 | 5 | 2.643123 | 1.133114 | 5 | ▃▇▁▆▁▃▁▂ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
I am usually worried about what kind of impression I make.
Distribution of values for FNES9
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES9 | I am usually worried about what kind of impression I make. | haven_labelled | 0 | 1 | 1 | 3 | 5 | 3.061338 | 1.05613 | 5 | ▂▇▁▇▁▇▁▂ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
If I know someone is judging me, it has little effect on me.
Distribution of values for FNES10R
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES10R | If I know someone is judging me, it has little effect on me. | haven_labelled | 0 | 1 | 1 | 4 | 5 | 3.665427 | 1.00629 | 5 | ▁▂▁▃▁▇▁▃ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 5 |
| Slightly characteristic of me 2 | 4 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 2 |
| Extremely characteristic of me5 | 1 |
Sometimes I think I am too concerned with what other people think of me.
Distribution of values for FNES11
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES11 | Sometimes I think I am too concerned with what other people think of me. | haven_labelled | 0 | 1 | 1 | 3 | 5 | 2.851301 | 1.317483 | 5 | ▇▇▁▇▁▇▁▅ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
I often worry that I will say or do the wrong things.
Distribution of values for FNES12
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FNES12 | I often worry that I will say or do the wrong things. | haven_labelled | 0 | 1 | 1 | 3 | 5 | 2.881041 | 1.197753 | 5 | ▃▇▁▇▁▆▁▃ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all characteristic of me1 | 1 |
| Slightly characteristic of me 2 | 2 |
| Moderately characteristic of me3 | 3 |
| Very characteristic of me4 | 4 |
| Extremely characteristic of me5 | 5 |
MacArthur Scale of Subjective Social Status
Distribution of values for ladder
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ladder | MacArthur Scale of Subjective Social Status | haven_labelled | 0 | 1 | 10 | 70 | 90 | 66.04089 | 13.19296 | 11 | ▁▁▁▂▅▇▃▁ | F40.0 | 0 |
| name | value |
|---|---|
| 0 | 0 |
| 10 | 10 |
| 20 | 20 |
| 30 | 30 |
| 40 | 40 |
| 50 | 50 |
| 60 | 60 |
| 70 | 70 |
| 80 | 80 |
| 90 | 90 |
| 100 | 100 |
How concerned or anxious would you be over whether or not your parents would want to help you?
Distribution of values for RS1a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS1a | How concerned or anxious would you be over whether or not your parents would want to help you? | haven_labelled | 0 | 1 | 1 | 1 | 6 | 1.890335 | 1.312119 | 6 | ▇▃▁▁▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that your parents would want to help you?
Distribution of values for RS1bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS1bR | How likely is it that your parents would want to help you? | haven_labelled | 0 | 1 | 1 | 1 | 6 | 1.265799 | 0.7284977 | 6 | ▇▁▁▁▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
How concerned or anxious would you be over whether your friend would want to talk with you?
Distribution of values for RS2a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS2a | How concerned or anxious would you be over whether your friend would want to talk with you? | haven_labelled | 0 | 1 | 1 | 4 | 6 | 4.085502 | 1.420826 | 6 | ▂▂▁▅▇▁▇▅ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that your friend would want to talk with you to try and work things out?
Distribution of values for RS2bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS2bR | How likely is it that your friend would want to talk with you to try and work things out? | haven_labelled | 0 | 1 | 1 | 2 | 6 | 2.157993 | 0.9817427 | 6 | ▆▇▁▅▂▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
How concerned or anxious would you be over whether or not your parents would want you to come home?
Distribution of values for RS3a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS3a | How concerned or anxious would you be over whether or not your parents would want you to come home? | haven_labelled | 0 | 1 | 1 | 3 | 6 | 2.752788 | 1.577378 | 6 | ▇▅▁▅▅▁▂▂ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that you would be welcome at home?
Distribution of values for RS3bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS3bR | How likely is it that you would be welcome at home? | haven_labelled | 0 | 1 | 1 | 1 | 6 | 1.503718 | 0.8721776 | 6 | ▇▂▁▁▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
How concerned or anxious would you be over whether or not your partner would want to see you?
Distribution of values for RS4a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS4a | How concerned or anxious would you be over whether or not your partner would want to see you? | haven_labelled | 0 | 1 | 1 | 4 | 6 | 3.758364 | 1.528493 | 6 | ▃▆▁▅▇▁▇▅ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that your partner would want to see you?
Distribution of values for RS4bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS4bR | How likely is it that your partner would want to see you? | haven_labelled | 0 | 1 | 1 | 2 | 6 | 2.403346 | 1.009705 | 6 | ▅▇▁▇▂▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
How concerned or anxious would you be over whether or not your parents would want to come?
Distribution of values for RS5a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS5a | How concerned or anxious would you be over whether or not your parents would want to come? | haven_labelled | 0 | 1 | 1 | 1 | 6 | 2.018587 | 1.500971 | 6 | ▇▂▁▁▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that your parents would want to come?
Distribution of values for RS5bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS5bR | How likely is it that your parents would want to come? | haven_labelled | 0 | 1 | 1 | 1 | 6 | 1.364312 | 0.7964011 | 6 | ▇▂▁▁▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
How concerned or anxious would you be over whether or not your friend would want to help you out?
Distribution of values for RS6a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS6a | How concerned or anxious would you be over whether or not your friend would want to help you out? | haven_labelled | 0 | 1 | 1 | 3 | 6 | 2.981413 | 1.357656 | 6 | ▅▇▁▇▆▁▃▁ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that your friend would willingly agree to help you out?
Distribution of values for RS6bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS6bR | How likely is it that your friend would willingly agree to help you out? | haven_labelled | 0 | 1 | 1 | 2 | 6 | 2.109665 | 0.8261663 | 6 | ▅▇▁▅▁▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
How concerned or anxious would you be over whether or not your partner would say yes?
Distribution of values for RS7a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS7a | How concerned or anxious would you be over whether or not your partner would say yes? | haven_labelled | 0 | 1 | 1 | 4 | 6 | 3.67658 | 1.749554 | 6 | ▆▆▁▅▇▁▇▇ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that he/she would answer “yes” sincerely?
Distribution of values for RS7bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS7bR | How likely is it that he/she would answer “yes” sincerely? | haven_labelled | 0 | 1 | 1 | 2 | 6 | 2.254647 | 1.028562 | 6 | ▇▇▁▇▃▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
How concerned or anxious would you be over whether or not the person would want to dance with you?
Distribution of values for RS8a
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS8a | How concerned or anxious would you be over whether or not the person would want to dance with you? | haven_labelled | 0 | 1 | 1 | 4 | 6 | 3.933085 | 1.495861 | 6 | ▂▅▁▆▆▁▇▅ | F40.0 | 0 |
| name | value |
|---|---|
| Not at all concerned 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| Very concerned6 | 6 |
How likely is it that this person would want to dance with you?
Distribution of values for RS8bR
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS8bR | How likely is it that this person would want to dance with you? | haven_labelled | 0 | 1 | 1 | 3 | 6 | 3.033457 | 0.9720467 | 6 | ▁▃▁▇▃▁▁▁ | F40.0 | 0 |
| name | value |
|---|---|
| Very unlikely 1 | 6 |
| 2 | 5 |
| 3 | 4 |
| 4 | 3 |
| 5 | 2 |
| Very likely6 | 1 |
Distribution of values for nts_T3_14R
1 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_14R | numeric | 1 | 0.9981413 | 5 | 98 | 100 | 90.66294 | 15.84686 | ▁▁▁▁▇ | NA |
Distribution of values for nts_T3_15R
2 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_15R | numeric | 2 | 0.9962825 | 5 | 97 | 100 | 90.51119 | 15.68593 | ▁▁▁▁▇ | NA |
Distribution of values for nts_T3_16R
1 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_16R | numeric | 1 | 0.9981413 | 0 | 90 | 100 | 77.85102 | 25.38377 | ▁▁▂▂▇ | NA |
Distribution of values for nts_T5_1R
0 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_1R | numeric | 0 | 1 | 9 | 93 | 100 | 85.10037 | 19.90848 | ▁▁▁▂▇ | NA |
Distribution of values for nts_T5_14R
0 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_14R | numeric | 0 | 1 | 0 | 97 | 100 | 90.13755 | 16.12785 | ▁▁▁▁▇ | NA |
Distribution of values for nts_T5_15R
0 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_15R | numeric | 0 | 1 | 0 | 96 | 100 | 89.42751 | 15.78331 | ▁▁▁▁▇ | NA |
Distribution of values for nts_T5_16R
0 missing values.
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_16R | numeric | 0 | 1 | 0 | 86 | 100 | 77.86803 | 24.2922 | ▁▁▂▂▇ | NA |
Reliability: .
Missing: 28.
Likert plot of scale ECR_avoidance_mean items
Distribution of scale ECR_avoidance_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | ECR1R, ECR3, ECR5R, ECR7, ECR9R & ECR11 |
| Observations: | 510 |
| Positive correlations: | 15 |
| Number of correlations: | 15 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.87 |
| Omega (hierarchical): | 0.50 |
| Revelle’s Omega (total): | 0.87 |
| Greatest Lower Bound (GLB): | 0.83 |
| Coefficient H: | 0.81 |
| Coefficient Alpha: | 0.74 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.651, 1.51, 0.557, 0.514, 0.393 & 0.375
| TC1 | TC2 | |
|---|---|---|
| ECR1R | -0.002 | 0.787 |
| ECR3 | 0.838 | -0.026 |
| ECR5R | -0.100 | 0.869 |
| ECR7 | 0.842 | 0.066 |
| ECR9R | 0.157 | 0.774 |
| ECR11 | 0.846 | -0.032 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ECR1R | -2.0176 | -2 | 1.1254 | 1.0609 | 1 | 0.047 | -3 | -3 | -1 | 3 | 1.3238 | 2.2252 | 0.1843 | 510 | 0 | 510 |
| ECR3 | -0.2882 | 0 | 3.2507 | 1.803 | 3 | 0.0798 | -3 | -2 | 1 | 3 | 0.0222 | -1.1447 | 0.0892 | 510 | 0 | 510 |
| ECR5R | -0.798 | -1 | 2.5073 | 1.5834 | 2 | 0.0701 | -3 | -2 | 1 | 3 | 0.6128 | -0.3275 | 0.1059 | 510 | 0 | 510 |
| ECR7 | -0.7863 | -1 | 2.7303 | 1.6524 | 3 | 0.0732 | -3 | -2 | 1 | 3 | 0.3642 | -0.9294 | 0.0882 | 510 | 0 | 510 |
| ECR9R | -0.8157 | -1 | 2.8422 | 1.6859 | 2 | 0.0747 | -3 | -2 | 1 | 3 | 0.6516 | -0.525 | 0.1255 | 510 | 0 | 510 |
| ECR11 | -0.9549 | -1 | 2.6875 | 1.6394 | 2 | 0.0726 | -3 | -2 | 1 | 3 | 0.4619 | -0.877 | 0.1 | 510 | 0 | 510 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ECR1R | It helps to turn to others in times of need. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
28 | 0.9479554 | -3 | -2 | 3 | -2.0176471 | 1.060860 | 7 | ▇▇▃▁▁▁▁▁ | F40.0 | 0 |
| ECR3 | I want to get close to others but I keep pulling back. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | 0 | 3 | -0.2882353 | 1.802982 | 7 | ▅▇▅▆▁▇▅▂ | F40.0 | 0 |
| ECR5R | I turn to other people for many things, including comfort and reassurance. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
28 | 0.9479554 | -3 | -1 | 3 | -0.7980392 | 1.583435 | 7 | ▃▅▇▂▁▂▂▁ | F40.0 | 0 |
| ECR7 | I try to avoid getting too close to other people. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | -1 | 3 | -0.7862745 | 1.652351 | 7 | ▅▇▆▅▁▆▂▁ | F40.0 | 0 |
| ECR9R | I usually discuss my problems and concerns with others. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
28 | 0.9479554 | -3 | -1 | 3 | -0.8156863 | 1.685879 | 7 | ▅▇▇▃▁▃▃▁ | F40.0 | 0 |
| ECR11 | I am nervous when other people get too close to me. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | -1 | 3 | -0.9549020 | 1.639375 | 7 | ▆▇▅▅▁▃▂▁ | F40.0 | 0 |
Reliability: .
Missing: 28.
Likert plot of scale ECR_anxiety_mean items
Distribution of scale ECR_anxiety_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | ECR2, ECR4, ECR6, ECR8R, ECR10 & ECR12 |
| Observations: | 510 |
| Positive correlations: | 15 |
| Number of correlations: | 15 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.83 |
| Omega (hierarchical): | 0.60 |
| Revelle’s Omega (total): | 0.83 |
| Greatest Lower Bound (GLB): | 0.79 |
| Coefficient H: | 0.77 |
| Coefficient Alpha: | 0.73 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.637, 0.918, 0.837, 0.631, 0.559 & 0.419
| PC1 | |
|---|---|
| ECR2 | 0.681 |
| ECR4 | 0.745 |
| ECR6 | 0.722 |
| ECR8R | 0.538 |
| ECR10 | 0.492 |
| ECR12 | 0.752 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ECR2 | 0.2451 | 0 | 2.8219 | 1.6799 | 2 | 0.0744 | -3 | -2 | 1.5 | 3 | -0.2408 | -0.8662 | 0.0873 | 510 | 0 | 510 |
| ECR4 | -0.8176 | -1 | 2.5502 | 1.5969 | 2 | 0.0707 | -3 | -2 | 0 | 3 | 0.3535 | -0.69 | 0.1137 | 510 | 0 | 510 |
| ECR6 | -1.5118 | -2 | 2.0146 | 1.4194 | 2 | 0.0629 | -3 | -3 | 0 | 3 | 0.8248 | -0.0298 | 0.1382 | 510 | 0 | 510 |
| ECR8R | -0.6137 | -1 | 3.4635 | 1.861 | 3 | 0.0824 | -3 | -2 | 1 | 3 | 0.4084 | -1.0292 | 0.0843 | 510 | 0 | 510 |
| ECR10 | -0.0176 | 0 | 2.2178 | 1.4892 | 2 | 0.0659 | -3 | -2 | 1 | 3 | -0.2026 | -0.7726 | 0.0922 | 510 | 0 | 510 |
| ECR12 | 0.4569 | 1 | 3.4196 | 1.8492 | 3 | 0.0819 | -3 | -2 | 2 | 3 | -0.346 | -0.9872 | 0.0804 | 510 | 0 | 510 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ECR2 | I need a lot of reassurance that I am loved by others. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | 0 | 3 | 0.2450980 | 1.679860 | 7 | ▂▅▅▆▁▇▆▂ | F40.0 | 0 |
| ECR4 | I find that people don’t want to get as close as I would like. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | -1 | 3 | -0.8176471 | 1.596928 | 7 | ▆▇▆▇▁▅▂▁ | F40.0 | 0 |
| ECR6 | My desire to be very close sometimes scares people away. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | -2 | 3 | -1.5117647 | 1.419365 | 7 | ▇▇▅▃▁▂▁▁ | F40.0 | 0 |
| ECR8R | I don’t often worry about being abandoned. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
28 | 0.9479554 | -3 | -1 | 3 | -0.6137255 | 1.861039 | 7 | ▅▇▅▃▁▅▃▂ | F40.0 | 0 |
| ECR10 | I get frustrated if other people are not available when I need them. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | 0 | 3 | -0.0176471 | 1.489215 | 7 | ▁▃▅▅▁▇▃▁ | F40.0 | 0 |
| ECR12 | I worry that people won’t care about me as much as I care about them. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
28 | 0.9479554 | -3 | 1 | 3 | 0.4568627 | 1.849203 | 7 | ▂▅▃▃▁▇▅▅ | F40.0 | 0 |
Reliability: .
Missing: 0.
Likert plot of scale esteem_mean items
Distribution of scale esteem_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | esteem1, esteem2, esteem4, esteem6, esteem7, esteem3R, esteem5R, esteem8R, esteem9R & esteem10R |
| Observations: | 538 |
| Positive correlations: | 45 |
| Number of correlations: | 45 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.93 |
| Omega (hierarchical): | 0.79 |
| Revelle’s Omega (total): | 0.93 |
| Greatest Lower Bound (GLB): | 0.94 |
| Coefficient H: | 0.91 |
| Coefficient Alpha: | 0.89 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
5.348, 1.141, 0.677, 0.635, 0.593, 0.496, 0.4, 0.246, 0.241 & 0.224
| TC1 | TC2 | |
|---|---|---|
| esteem1 | 0.814 | 0.031 |
| esteem2 | 0.900 | -0.074 |
| esteem4 | 0.813 | -0.185 |
| esteem6 | 0.570 | 0.371 |
| esteem7 | 0.579 | 0.351 |
| esteem3R | 0.452 | 0.357 |
| esteem5R | 0.619 | 0.211 |
| esteem8R | -0.034 | 0.785 |
| esteem9R | -0.013 | 0.877 |
| esteem10R | 0.057 | 0.833 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| esteem1 | 2.2026 | 2 | 0.9403 | 0.9697 | 1 | 0.0418 | -2 | 1 | 3 | 3 | -1.3866 | 1.8948 | 0.1719 | 538 | 0 | 538 |
| esteem2 | 2.2193 | 2 | 0.7786 | 0.8824 | 1 | 0.038 | -2 | 1 | 3 | 3 | -1.4549 | 3.1684 | 0.1989 | 538 | 0 | 538 |
| esteem4 | 1.5279 | 2 | 1.3111 | 1.145 | 1 | 0.0494 | -3 | 1 | 3 | 3 | -0.8642 | 0.818 | 0.1292 | 538 | 0 | 538 |
| esteem6 | 1.3494 | 2 | 1.8926 | 1.3757 | 1 | 0.0593 | -3 | 1 | 3 | 3 | -0.879 | 0.1633 | 0.119 | 538 | 0 | 538 |
| esteem7 | 1.3141 | 2 | 1.944 | 1.3943 | 1 | 0.0601 | -3 | 1 | 3 | 3 | -0.863 | 0.2392 | 0.119 | 538 | 0 | 538 |
| esteem3R | 1.8141 | 2 | 1.768 | 1.3297 | 2 | 0.0573 | -3 | 0 | 3 | 3 | -1.087 | 0.4497 | 0.1422 | 538 | 0 | 538 |
| esteem5R | 1.8104 | 2 | 1.9342 | 1.3908 | 2 | 0.06 | -3 | 0 | 3 | 3 | -1.2713 | 0.9143 | 0.1515 | 538 | 0 | 538 |
| esteem8R | 0.2379 | 0 | 3.9358 | 1.9839 | 3 | 0.0855 | -3 | -2 | 2 | 3 | -0.111 | -1.2787 | 0.0883 | 538 | 0 | 538 |
| esteem9R | 0.7602 | 1 | 3.043 | 1.7444 | 3 | 0.0752 | -3 | -1 | 2 | 3 | -0.2839 | -1.1592 | 0.0994 | 538 | 0 | 538 |
| esteem10R | 1.1208 | 2 | 3.2088 | 1.7913 | 3 | 0.0772 | -3 | -1 | 3 | 3 | -0.6056 | -0.8273 | 0.1115 | 538 | 0 | 538 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| esteem1 | I feel that I am a person of worth, at least on an equal basis with others. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
0 | 1 | -2 | 2 | 3 | 2.2026022 | 0.9696669 | 7 | ▁▁▁▁▂▁▆▇ | F40.0 | 0 |
| esteem2 | I feel that I have a number of good qualities. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
0 | 1 | -2 | 2 | 3 | 2.2193309 | 0.8823945 | 7 | ▁▁▁▁▂▁▇▇ | F40.0 | 0 |
| esteem4 | I am able to do things as well as most other people. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
0 | 1 | -3 | 2 | 3 | 1.5278810 | 1.1450499 | 7 | ▁▁▁▂▁▆▇▃ | F40.0 | 0 |
| esteem6 | I take a positive attitude toward myself. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
0 | 1 | -3 | 2 | 3 | 1.3494424 | 1.3757035 | 7 | ▁▁▂▂▁▆▇▅ | F40.0 | 0 |
| esteem7 | On the whole I am satisfied with myself. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
0 | 1 | -3 | 2 | 3 | 1.3141264 | 1.3942637 | 7 | ▁▁▂▂▁▆▇▅ | F40.0 | 0 |
| esteem3R | All in all I am inclined to feel that I am a failure. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
0 | 1 | -3 | 2 | 3 | 1.8141264 | 1.3296593 | 7 | ▁▁▁▂▁▃▆▇ | F40.0 | 0 |
| esteem5R | I feel I do not have much to be proud of. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
0 | 1 | -3 | 2 | 3 | 1.8104089 | 1.3907527 | 7 | ▁▁▂▁▁▃▆▇ | F40.0 | 0 |
| esteem8R | I wish I could have more respect for myself. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
0 | 1 | -3 | 0 | 3 | 0.2379182 | 1.9838953 | 7 | ▅▅▇▅▁▃▇▆ | F40.0 | 0 |
| esteem9R | I certainly feel useless at times. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
0 | 1 | -3 | 1 | 3 | 0.7602230 | 1.7444078 | 7 | ▁▃▆▅▁▃▇▆ | F40.0 | 0 |
| esteem10R | At times, I think I am no good at all. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
0 | 1 | -3 | 2 | 3 | 1.1208178 | 1.7913234 | 7 | ▁▂▃▃▁▃▆▇ | F40.0 | 0 |
Reliability: .
Missing: 0.
Distribution of scale RS_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | RS1_product, RS2_product, RS3_product, RS4_product, RS5_product, RS6_product, RS7_product & RS8_product |
| Observations: | 538 |
| Positive correlations: | 28 |
| Number of correlations: | 28 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.77 |
| Omega (hierarchical): | 0.49 |
| Revelle’s Omega (total): | 0.77 |
| Greatest Lower Bound (GLB): | 0.78 |
| Coefficient H: | 0.74 |
| Coefficient Alpha: | 0.70 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 18 and the highest range is 36. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.666, 1.228, 0.981, 0.797, 0.704, 0.622, 0.552 & 0.45
| TC1 | TC2 | |
|---|---|---|
| RS1_product | -0.129 | 0.789 |
| RS2_product | 0.424 | 0.262 |
| RS3_product | 0.059 | 0.583 |
| RS4_product | 0.787 | 0.018 |
| RS5_product | 0.064 | 0.675 |
| RS6_product | 0.350 | 0.487 |
| RS7_product | 0.737 | 0.018 |
| RS8_product | 0.749 | -0.095 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RS1_product | 2.5316 | 1 | 6.9981 | 2.6454 | 3 | 0.1141 | 1 | NA | 4 | 24 | 3.2037 | 15.1651 | 0.0753 | 538 | 0 | 538 |
| RS2_product | 9.0799 | 8 | 29.6267 | 5.443 | 7 | 0.2347 | 1 | 4 | 12 | 36 | 0.9175 | 1.5728 | 0.0725 | 538 | 0 | 538 |
| RS3_product | 4.6654 | 3 | 23.5154 | 4.8493 | 5 | 0.2091 | 1 | 1 | 6 | 36 | 2.4919 | 8.4481 | 0.0725 | 538 | 0 | 538 |
| RS4_product | 9.4888 | 9 | 34.66 | 5.8873 | 8 | 0.2538 | 1 | 4 | 12 | 36 | 0.7179 | 0.7119 | 0.0588 | 538 | 0 | 538 |
| RS5_product | 3.0502 | 1 | 13.4816 | 3.6717 | 3 | 0.1583 | 1 | NA | 4 | 30 | 3.4212 | 16.4303 | 0.0725 | 538 | 0 | 538 |
| RS6_product | 6.5948 | 6 | 18.8895 | 4.3462 | 5 | 0.1874 | 1 | 3 | 10 | 36 | 1.2298 | 3.5764 | 0.0939 | 538 | 0 | 538 |
| RS7_product | 9.0967 | 8 | 41.2905 | 6.4258 | 8 | 0.277 | 1 | 4 | 12 | 36 | 0.6171 | -0.0627 | 0.0762 | 538 | 0 | 538 |
| RS8_product | 12.448 | 12 | 47.9424 | 6.924 | 10 | 0.2985 | 1 | 6 | 18 | 36 | 0.5619 | -0.0041 | 0.0641 | 538 | 0 | 538 |
Scatterplot
## No viewer found, probably documenting or testing
| name | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | label |
|---|---|---|---|---|---|---|---|---|---|---|
| RS1_product | numeric | 0 | 1 | 1 | 1 | 24 | 2.531598 | 2.645386 | ▇▁▁▁▁ | NA |
| RS2_product | numeric | 0 | 1 | 1 | 8 | 36 | 9.079926 | 5.443046 | ▇▆▂▁▁ | NA |
| RS3_product | numeric | 0 | 1 | 1 | 3 | 36 | 4.665427 | 4.849269 | ▇▁▁▁▁ | NA |
| RS4_product | numeric | 0 | 1 | 1 | 9 | 36 | 9.488848 | 5.887276 | ▇▇▂▁▁ | NA |
| RS5_product | numeric | 0 | 1 | 1 | 1 | 30 | 3.050186 | 3.671736 | ▇▁▁▁▁ | NA |
| RS6_product | numeric | 0 | 1 | 1 | 6 | 36 | 6.594796 | 4.346206 | ▇▃▁▁▁ | NA |
| RS7_product | numeric | 0 | 1 | 1 | 8 | 36 | 9.096654 | 6.425765 | ▇▅▂▁▁ | NA |
| RS8_product | numeric | 0 | 1 | 1 | 12 | 36 | 12.447955 | 6.924042 | ▆▇▃▁▁ | NA |
Reliability: .
Missing: 3.
Distribution of scale nts_T3_belonging_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_1R, nts_T3_2R, nts_T3_3R & nts_T3_4 |
| Observations: | 535 |
| Positive correlations: | 6 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.83 |
| Omega (hierarchical): | 0.70 |
| Revelle’s Omega (total): | 0.83 |
| Greatest Lower Bound (GLB): | 0.81 |
| Coefficient H: | 0.81 |
| Coefficient Alpha: | 0.77 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 92 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.417, 0.784, 0.408 & 0.39
| PC1 | |
|---|---|
| nts_T3_1R | 0.840 |
| nts_T3_2R | 0.820 |
| nts_T3_3R | 0.794 |
| nts_T3_4 | 0.640 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_1R | 87.5533 | 96 | 316.6783 | 17.7955 | 18 | 0.7694 | 18 | 82 | 100 | 100 | -1.8382 | 2.8991 | 0.0411 | 535 | 0 | 535 |
| nts_T3_2R | 83.8243 | 91 | 403.7631 | 20.0939 | 20 | 0.8687 | 8 | 76 | 99 | 100 | -1.5568 | 1.7299 | 0.0336 | 535 | 0 | 535 |
| nts_T3_3R | 86.215 | 95 | 369.4575 | 19.2213 | 20 | 0.831 | 11 | 80 | 100 | 100 | -1.8504 | 2.9157 | 0.0271 | 535 | 0 | 535 |
| nts_T3_4 | 68.7963 | 74 | 519.2299 | 22.7866 | 31 | 0.9852 | 0 | 54 | 86 | 100 | -0.9509 | 0.5317 | 0.0308 | 535 | 0 | 535 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_1R | NA | numeric | NA | 2 | 0.9962825 | 18 | 96 | 100 | 87.57649 | 17.78695 | NA | ▁▁▁▂▇ |
| nts_T3_2R | NA | numeric | NA | 1 | 0.9981413 | 8 | 91 | 100 | 83.86406 | 20.06970 | NA | ▁▁▁▂▇ |
| nts_T3_3R | NA | numeric | NA | 3 | 0.9944238 | 11 | 95 | 100 | 86.21495 | 19.22128 | NA | ▁▁▁▂▇ |
| nts_T3_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1.0000000 | 0 | 74 | 100 | 68.87732 | 22.75069 | 2 | ▁▁▁▅▅▇▇▇ |
Reliability: .
Missing: 2.
Distribution of scale nts_T5_belonging_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_1R, nts_T5_2R, nts_T5_3R & nts_T5_4 |
| Observations: | 536 |
| Positive correlations: | 6 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.79 |
| Omega (hierarchical): | 0.72 |
| Revelle’s Omega (total): | 0.79 |
| Greatest Lower Bound (GLB): | 0.77 |
| Coefficient H: | 0.83 |
| Coefficient Alpha: | 0.74 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 90 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.252, 0.838, 0.603 & 0.307
| PC1 | |
|---|---|
| nts_T3_1R | 0.521 |
| nts_T5_2R | 0.845 |
| nts_T5_3R | 0.849 |
| nts_T5_4 | 0.738 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_1R | 87.5765 | 96 | 316.3754 | 17.7869 | 17.5 | 0.7683 | 18 | 82 | 100 | 100 | -1.8407 | 2.9094 | 0.041 | 536 | 0 | 536 |
| nts_T5_2R | 81.806 | 90 | 469.7006 | 21.6726 | 26 | 0.9361 | 0 | 70 | 98 | 100 | -1.3852 | 1.1108 | 0.0252 | 536 | 0 | 536 |
| nts_T5_3R | 83.4142 | 91 | 437.3982 | 20.9141 | 22 | 0.9034 | 12 | 76 | 99 | 100 | -1.5266 | 1.4893 | 0.0252 | 536 | 0 | 536 |
| nts_T5_4 | 69.5205 | 75 | 509.3043 | 22.5678 | 29 | 0.9748 | 0 | 57 | 87 | 100 | -0.9403 | 0.446 | 0.0364 | 536 | 0 | 536 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_1R | NA | numeric | NA | 2 | 0.9962825 | 18 | 96 | 100 | 87.57649 | 17.78695 | NA | ▁▁▁▂▇ |
| nts_T5_2R | NA | numeric | NA | 0 | 1.0000000 | 0 | 90 | 100 | 81.80297 | 21.64265 | NA | ▁▁▁▂▇ |
| nts_T5_3R | NA | numeric | NA | 0 | 1.0000000 | 12 | 91 | 100 | 83.44052 | 20.87975 | NA | ▁▁▁▂▇ |
| nts_T5_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1.0000000 | 0 | 75 | 100 | 69.58922 | 22.55588 | 2 | ▁▁▂▃▃▇▇▇ |
Reliability: .
Missing: 2.
Distribution of scale nts_T3_esteem_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_11R, nts_T3_12 & nts_T3_13 |
| Observations: | 536 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.81 |
| Omega (hierarchical): | 0.06 |
| Revelle’s Omega (total): | 0.81 |
| Greatest Lower Bound (GLB): | 0.84 |
| Coefficient H: | 0.87 |
| Coefficient Alpha: | 0.79 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 89 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.14, 0.624 & 0.235
| PC1 | |
|---|---|
| nts_T3_11R | 0.728 |
| nts_T3_12 | 0.899 |
| nts_T3_13 | 0.896 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_11R | 76.4216 | 85 | 557.792 | 23.6176 | 36 | 1.0201 | 0 | 61 | 97 | 100 | -1.0048 | 0.0737 | 0.0296 | 536 | 0 | 536 |
| nts_T3_12 | 68.3507 | 73 | 441.9403 | 21.0224 | 29 | 0.908 | 0 | 55 | 85 | 100 | -0.8029 | 0.2584 | 0.0261 | 536 | 0 | 536 |
| nts_T3_13 | 65.2313 | 70 | 477.838 | 21.8595 | 28.5 | 0.9442 | 0 | 50 | 82 | 100 | -0.7863 | 0.3671 | 0.0289 | 536 | 0 | 536 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_11R | NA | numeric | NA | 2 | 0.9962825 | 0 | 85 | 100 | 76.42164 | 23.61762 | NA | ▁▂▂▃▇ |
| nts_T3_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1.0000000 | 0 | 73 | 100 | 68.44796 | 21.04624 | 2 | ▁▁▂▃▅▇▇▆ |
| nts_T3_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1.0000000 | 0 | 70 | 100 | 65.28253 | 21.83522 | 2 | ▁▁▁▅▅▇▆▅ |
Reliability: .
Missing: 0.
Distribution of scale nts_T5_esteem_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T5_11R, nts_T5_12 & nts_T5_13 |
| Observations: | 538 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.83 |
| Omega (hierarchical): | 0.05 |
| Revelle’s Omega (total): | 0.83 |
| Greatest Lower Bound (GLB): | 0.85 |
| Coefficient H: | 0.87 |
| Coefficient Alpha: | 0.80 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 88 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.182, 0.569 & 0.249
| PC1 | |
|---|---|
| nts_T5_11R | 0.764 |
| nts_T5_12 | 0.888 |
| nts_T5_13 | 0.900 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_11R | 75.342 | 83 | 589.0262 | 24.2699 | 36 | 1.0463 | 0 | 60 | 96 | 100 | -0.9678 | -0.0839 | 0.0297 | 538 | 0 | 538 |
| nts_T5_12 | 66.1059 | 69 | 477.3091 | 21.8474 | 30 | 0.9419 | 0 | 51 | 82 | 100 | -0.6038 | -0.1217 | 0.0242 | 538 | 0 | 538 |
| nts_T5_13 | 63.3253 | 67 | 475.2217 | 21.7996 | 31 | 0.9398 | 7 | 49 | 80 | 100 | -0.4084 | -0.5811 | 0.0267 | 538 | 0 | 538 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_11R | NA | numeric | NA | 0 | 1 | 0 | 83 | 100 | 75.34201 | 24.26986 | NA | ▁▂▂▃▇ |
| nts_T5_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 69 | 100 | 66.10595 | 21.84740 | 2 | ▁▂▂▅▆▇▇▆ |
| nts_T5_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 7 | 67 | 100 | 63.32528 | 21.79958 | 2 | ▁▃▃▆▆▇▇▅ |
Reliability: .
Missing: 0.
Distribution of scale nts_T3_control_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_8, nts_T3_9 & nts_T3_10 |
| Observations: | 538 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.69 |
| Omega (hierarchical): | 0.01 |
| Revelle’s Omega (total): | 0.69 |
| Greatest Lower Bound (GLB): | 0.69 |
| Coefficient H: | 0.69 |
| Coefficient Alpha: | 0.68 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 94 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.841, 0.61 & 0.549
| PC1 | |
|---|---|
| nts_T3_8 | 0.777 |
| nts_T3_9 | 0.802 |
| nts_T3_10 | 0.772 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_8 | 48.9721 | 50 | 620.5374 | 24.9106 | 38 | 1.074 | 0 | 25 | 68 | 100 | -0.1976 | -0.7606 | 0.0181 | 538 | 0 | 538 |
| nts_T3_9 | 62.7825 | 65 | 647.1165 | 25.4385 | 32 | 1.0967 | 0 | 50 | 82 | 100 | -0.5972 | -0.2789 | 0.0362 | 538 | 0 | 538 |
| nts_T3_10 | 48.303 | 50 | 712.7442 | 26.6973 | 39 | 1.151 | 0 | 25 | 70 | 100 | -0.0321 | -0.7944 | 0.0232 | 538 | 0 | 538 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 50 | 100 | 48.97212 | 24.91059 | 2 | ▅▅▃▇▇▆▅▂ |
| nts_T3_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 65 | 100 | 62.78253 | 25.43848 | 2 | ▂▂▂▆▇▇▇▇ |
| nts_T3_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 50 | 100 | 48.30297 | 26.69727 | 2 | ▅▅▃▇▆▆▃▃ |
Reliability: .
Missing: 0.
Distribution of scale nts_T5_control_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T5_8, nts_T5_9 & nts_T5_10 |
| Observations: | 538 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.79 |
| Omega (hierarchical): | 0.03 |
| Revelle’s Omega (total): | 0.79 |
| Greatest Lower Bound (GLB): | 0.78 |
| Coefficient H: | 0.79 |
| Coefficient Alpha: | 0.79 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 96 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.113, 0.456 & 0.431
| PC1 | |
|---|---|
| nts_T5_8 | 0.840 |
| nts_T5_9 | 0.833 |
| nts_T5_10 | 0.844 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_8 | 51.2323 | 50 | 592.5809 | 24.343 | 37 | 1.0495 | 0 | 30 | 71 | 100 | -0.0874 | -0.7595 | 0.0182 | 538 | 0 | 538 |
| nts_T5_9 | 62.7323 | 66 | 576.0064 | 24.0001 | 31 | 1.0347 | 0 | 49 | 80 | 100 | -0.5253 | -0.3406 | 0.0307 | 538 | 0 | 538 |
| nts_T5_10 | 51.8178 | 52 | 616.6856 | 24.8332 | 35 | 1.0706 | 0 | 35 | 70 | 100 | -0.2399 | -0.648 | 0.0181 | 538 | 0 | 538 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 50 | 100 | 51.23234 | 24.34299 | 2 | ▃▃▆▇▆▇▅▂ |
| nts_T5_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 66 | 100 | 62.73234 | 24.00013 | 2 | ▂▂▂▇▆▇▇▆ |
| nts_T5_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 52 | 100 | 51.81784 | 24.83315 | 2 | ▃▃▃▇▆▇▅▂ |
Reliability: .
Missing: 3.
Distribution of scale nts_T3_meaning_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_5R, nts_T3_6 & nts_T3_7R |
| Observations: | 535 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.71 |
| Omega (hierarchical): | 0.04 |
| Revelle’s Omega (total): | 0.71 |
| Greatest Lower Bound (GLB): | 0.73 |
| Coefficient H: | 0.76 |
| Coefficient Alpha: | 0.68 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 89 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.862, 0.727 & 0.41
| PC1 | |
|---|---|
| nts_T3_5R | 0.834 |
| nts_T3_6 | 0.670 |
| nts_T3_7R | 0.847 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_5R | 89.6075 | 97 | 293.8119 | 17.1409 | 12 | 0.7411 | 0 | 85 | 100 | 100 | -2.3976 | 6.174 | 0.0374 | 535 | 0 | 535 |
| nts_T3_6 | 64.1178 | 66 | 493.3138 | 22.2107 | 30 | 0.9603 | 0 | 50 | 80 | 100 | -0.6108 | -0.0016 | 0.0301 | 535 | 0 | 535 |
| nts_T3_7R | 86.0056 | 95 | 394.7659 | 19.8687 | 19 | 0.859 | 0 | 80 | 100 | 100 | -1.8175 | 2.7629 | 0.028 | 535 | 0 | 535 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_5R | NA | numeric | NA | 3 | 0.9944238 | 0 | 97 | 100 | 89.60748 | 17.14094 | NA | ▁▁▁▁▇ |
| nts_T3_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1.0000000 | 0 | 66 | 100 | 64.19703 | 22.17801 | 2 | ▁▁▂▅▇▇▇▅ |
| nts_T3_7R | NA | numeric | NA | 1 | 0.9981413 | 0 | 95 | 100 | 85.89944 | 20.03898 | NA | ▁▁▁▁▇ |
Reliability: .
Missing: 0.
Distribution of scale nts_T5_meaning_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T5_5R, nts_T5_6 & nts_T5_7R |
| Observations: | 538 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.79 |
| Omega (hierarchical): | 0.03 |
| Revelle’s Omega (total): | 0.79 |
| Greatest Lower Bound (GLB): | 0.81 |
| Coefficient H: | 0.86 |
| Coefficient Alpha: | 0.75 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 91 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.035, 0.675 & 0.29
| PC1 | |
|---|---|
| nts_T5_5R | 0.889 |
| nts_T5_6 | 0.699 |
| nts_T5_7R | 0.869 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_5R | 87.3086 | 96 | 371.67 | 19.2787 | 17 | 0.8312 | 2 | 82 | 100 | 100 | -1.9978 | 3.4447 | 0.0344 | 538 | 0 | 538 |
| nts_T5_6 | 62.645 | 67 | 551.3765 | 23.4814 | 33 | 1.0124 | 0 | 48 | 82 | 100 | -0.4689 | -0.5298 | 0.025 | 538 | 0 | 538 |
| nts_T5_7R | 83.8197 | 93 | 466.379 | 21.5958 | 21 | 0.9311 | 0 | 77 | 100 | 100 | -1.5721 | 1.538 | 0.027 | 538 | 0 | 538 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T5_5R | NA | numeric | NA | 0 | 1 | 2 | 96 | 100 | 87.30855 | 19.27874 | NA | ▁▁▁▁▇ |
| nts_T5_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
0 | 1 | 0 | 67 | 100 | 62.64498 | 23.48141 | 2 | ▁▂▃▆▆▇▇▆ |
| nts_T5_7R | NA | numeric | NA | 0 | 1 | 0 | 93 | 100 | 83.81970 | 21.59581 | NA | ▁▁▁▁▇ |
| name | label | data_type | value_labels | scale_item_names | n_missing | complete_rate | n_unique | empty | min | median | max | mean | sd | whitespace | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| StartDate | Start Date | POSIXct | NA | NA | 0 | 1.0000000 | 529 | NA | 2016-09-26 13:49:47 | 2016-11-28 14:22:29 | 2017-05-02 16:10:08 | NA | NA | NA | NA | NA | DATETIME20 | 0 |
| EndDate | End Date | POSIXct | NA | NA | 0 | 1.0000000 | 537 | NA | 2016-09-26 14:15:23 | 2016-11-28 14:50:22 | 2017-05-02 16:36:18 | NA | NA | NA | NA | NA | DATETIME20 | 0 |
| id | Participant ID | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 15356.0 | 16054.00 | 17383.0 | 16114.7936803 | 517.7009665 | NA | NA | ▇▇▆▃▂ | F8.2 | 0 |
| participant_desire | Participant Desire | haven_labelled | 0. Low, 1. High |
NA | 0 | 1.0000000 | NA | NA | 0 | 1 | 1 | 0.5018587 | 0.5004619 | NA | 2 | ▇▁▁▁▁▁▁▇ | NA | NA |
| confederate_desire | Confederate Desire | haven_labelled | 0. Low, 1. High |
NA | 0 | 1.0000000 | NA | NA | 0 | 1 | 1 | 0.5111524 | 0.5003408 | NA | 2 | ▇▁▁▁▁▁▁▇ | NA | NA |
| age | Age | numeric | NA | NA | 7 | 0.9869888 | NA | NA | 18.0 | 18.00 | 23.0 | 18.6723164 | 0.8566973 | NA | NA | ▇▁▁▁▁ | F40.2 | 0 |
| race | Race | haven_labelled | 1. Native American, 2. African-American, 3. White/Caucasian, 4. Asian/Pacific Islander, 5. Other |
NA | 0 | 1.0000000 | NA | NA | 3 | 3 | 5 | 3.0483271 | 0.3073994 | NA | 5 | ▇▁▁▁▁▁▁▁ | F40.0 | 0 |
| race_text | Race - Text | character | NA | NA | 0 | 1.0000000 | 7 | 529 | 0 | NA | 31 | NA | NA | 0 | NA | NA | A255 | 0 |
| hispanic | Are you Latino or Hispanic? | haven_labelled | 1. Yes, 2. No |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 2 | 1.9312268 | 0.2533036 | NA | 2 | ▁▁▁▁▁▁▁▇ | F40.0 | 0 |
| native_english | Is English your first language? | haven_labelled | 1. Yes, 2. No |
NA | 0 | 1.0000000 | NA | NA | 1 | 1 | 2 | 1.0204461 | 0.1416522 | NA | 2 | ▇▁▁▁▁▁▁▁ | F40.0 | 0 |
| english_years | For how long have you been speaking English? | numeric | NA | NA | 527 | 0.0204461 | NA | NA | 1.0 | 15.00 | 18.0 | 13.8181818 | 5.1926522 | NA | NA | ▁▁▁▁▇ | F40.2 | 0 |
| gender | What is your gender? | haven_labelled | 1. Male, 2. Female, 3. Trans MTF, 4. Trans FTM, 5. Trans do not identify, 6. Not sure |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 6 | 1.6617100 | 0.5150098 | NA | 6 | ▅▇▁▁▁▁▁▁ | F8.2 | 0 |
| heart_T1 | Heart Manikin - Time 1 | haven_labelled | 1. lonely, rejected, isolated, disconnected1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 7 | 9 | 6.9646840 | 1.6182899 | NA | 9 | ▁▁▂▂▅▇▆▆ | F40.0 | 0 |
| heart_T2 | Heart Manikin - Time 2 | haven_labelled | 1. lonely, rejected, isolated, disconnected1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 7 | 9 | 6.9962825 | 1.4923720 | NA | 9 | ▁▁▁▃▅▇▅▆ | F40.0 | 0 |
| heart_T3 | Heart Manikin - Time 3 | haven_labelled | 1. lonely, rejected, isolated, disconnected1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 7 | 9 | 6.8884758 | 1.5494990 | NA | 9 | ▁▁▁▅▆▇▅▆ | F40.0 | 0 |
| heart_T4 | Heart Manikin - Time 4 | haven_labelled | 1. lonely, rejected, isolated, disconnected1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected9 |
NA | 0 | 1.0000000 | NA | NA | 2 | 7 | 9 | 6.8345725 | 1.5786500 | NA | 9 | ▁▁▂▃▅▇▅▆ | F40.0 | 0 |
| heart_T5 | Heart Manikin - Time 5 | haven_labelled | 1. lonely, rejected, isolated, disconnected1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 7 | 9 | 6.6263941 | 1.7303863 | NA | 9 | ▁▂▂▅▆▇▅▆ | F40.0 | 0 |
| heart_T6 | Heart Manikin - Time 6 | haven_labelled | 1. lonely, rejected, isolated, disconnected1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected9 |
NA | 0 | 1.0000000 | NA | NA | 2 | 7 | 9 | 6.8104089 | 1.5586974 | NA | 9 | ▁▁▁▅▆▇▅▆ | F40.0 | 0 |
| valence_T1 | Valence Self-Assessment Manikin - Time 1 | haven_labelled | 1. unhappy, annoyed, unsatisfied, bored1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 7 | 9 | 6.3996283 | 1.5091773 | NA | 9 | ▁▁▂▅▆▇▃▂ | F40.0 | 0 |
| valence_T2 | Valence Self-Assessment Manikin - Time 2 | haven_labelled | 1. unhappy, annoyed, unsatisfied, bored1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 6 | 9 | 6.3903346 | 1.4493495 | NA | 9 | ▁▁▂▅▇▇▃▂ | F40.0 | 0 |
| valence_T3 | Valence Self-Assessment Manikin - Time 3 | haven_labelled | 1. unhappy, annoyed, unsatisfied, bored1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 7 | 9 | 6.4776952 | 1.6422224 | NA | 9 | ▁▁▂▆▇▇▅▅ | F40.0 | 0 |
| valence_T4 | Valence Self-Assessment Manikin - Time 4 | haven_labelled | 1. unhappy, annoyed, unsatisfied, bored1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 6 | 9 | 6.1598513 | 1.5560615 | NA | 9 | ▁▁▂▆▇▇▃▂ | F40.0 | 0 |
| valence_T5 | Valence Self-Assessment Manikin - Time 5 | haven_labelled | 1. unhappy, annoyed, unsatisfied, bored1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 6 | 9 | 5.8884758 | 1.6731579 | NA | 9 | ▁▂▃▆▇▇▂▂ | F40.0 | 0 |
| valence_T6 | Valence Self-Assessment Manikin - Time 6 | haven_labelled | 1. unhappy, annoyed, unsatisfied, bored1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 6 | 9 | 6.1858736 | 1.6108412 | NA | 9 | ▁▂▂▆▇▇▃▂ | F40.0 | 0 |
| arousal_T1 | Arousal Self-Assessment Manikin - Time 1 | haven_labelled | 1. relaxed, calm, sleepy, sluggish1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 9 | 4.3698885 | 1.4566308 | NA | 9 | ▂▆▆▇▃▂▁▁ | F40.0 | 0 |
| arousal_T2 | Arousal Self-Assessment Manikin - Time 2 | haven_labelled | 1. relaxed, calm, sleepy, sluggish1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 5 | 9 | 4.6486989 | 1.5634347 | NA | 9 | ▂▃▆▇▅▃▁▁ | F40.0 | 0 |
| arousal_T3 | Arousal Self-Assessment Manikin - Time 3 | haven_labelled | 1. relaxed, calm, sleepy, sluggish1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 5 | 9 | 4.8996283 | 1.6184343 | NA | 9 | ▂▃▅▇▆▃▁▁ | F40.0 | 0 |
| arousal_T4 | Arousal Self-Assessment Manikin - Time 4 | haven_labelled | 1. relaxed, calm, sleepy, sluggish1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 5 | 9 | 4.5557621 | 1.6023883 | NA | 9 | ▃▅▇▇▅▂▁▁ | F40.0 | 0 |
| arousal_T5 | Arousal Self-Assessment Manikin - Time 5 | haven_labelled | 1. relaxed, calm, sleepy, sluggish1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 5 | 9 | 4.5929368 | 1.5866371 | NA | 9 | ▃▃▆▇▅▂▁▁ | F40.0 | 0 |
| arousal_T6 | Arousal Self-Assessment Manikin - Time 6 | haven_labelled | 1. relaxed, calm, sleepy, sluggish1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 5 | 9 | 4.7806691 | 1.6342009 | NA | 9 | ▃▃▆▇▆▃▁▁ | F40.0 | 0 |
| dominance_T1 | Dominance Self-Assessment Manikin - Time 1 | haven_labelled | 1. submissive, influenced, controlled by others1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 6 | 9 | 6.2546468 | 1.3970662 | NA | 9 | ▁▁▂▆▇▇▃▂ | F40.0 | 0 |
| dominance_T2 | Dominance Self-Assessment Manikin - Time 2 | haven_labelled | 1. submissive, influenced, controlled by others1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous9 |
NA | 0 | 1.0000000 | NA | NA | 2 | 6 | 9 | 6.3587361 | 1.3685507 | NA | 9 | ▁▁▁▆▆▇▃▂ | F40.0 | 0 |
| dominance_T3 | Dominance Self-Assessment Manikin - Time 3 | haven_labelled | 1. submissive, influenced, controlled by others1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous9 |
NA | 0 | 1.0000000 | NA | NA | 2 | 6 | 9 | 6.3791822 | 1.3894031 | NA | 9 | ▁▁▁▆▇▇▅▂ | F40.0 | 0 |
| dominance_T4 | Dominance Self-Assessment Manikin - Time 4 | haven_labelled | 1. submissive, influenced, controlled by others1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous9 |
NA | 0 | 1.0000000 | NA | NA | 2 | 6 | 9 | 6.3754647 | 1.3660939 | NA | 9 | ▁▁▂▆▇▇▃▂ | F40.0 | 0 |
| dominance_T5 | Dominance Self-Assessment Manikin - Time 5 | haven_labelled | 1. submissive, influenced, controlled by others1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 6 | 9 | 6.2063197 | 1.4596360 | NA | 9 | ▁▁▂▇▇▇▃▂ | F40.0 | 0 |
| dominance_T6 | Dominance Self-Assessment Manikin - Time 6 | haven_labelled | 1. submissive, influenced, controlled by others1, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous9 |
NA | 0 | 1.0000000 | NA | NA | 1 | 6 | 9 | 6.3494424 | 1.4091381 | NA | 9 | ▁▁▁▆▇▇▃▂ | F40.0 | 0 |
| ECR1R | It helps to turn to others in times of need. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -2 | 3 | -2.0176471 | 1.0608604 | NA | 7 | ▇▇▃▁▁▁▁▁ | F40.0 | 0 |
| ECR2 | I need a lot of reassurance that I am loved by others. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | 0 | 3 | 0.2450980 | 1.6798603 | NA | 7 | ▂▅▅▆▁▇▆▂ | F40.0 | 0 |
| ECR3 | I want to get close to others but I keep pulling back. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | 0 | 3 | -0.2882353 | 1.8029824 | NA | 7 | ▅▇▅▆▁▇▅▂ | F40.0 | 0 |
| ECR4 | I find that people don’t want to get as close as I would like. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -1 | 3 | -0.8176471 | 1.5969280 | NA | 7 | ▆▇▆▇▁▅▂▁ | F40.0 | 0 |
| ECR5R | I turn to other people for many things, including comfort and reassurance. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -1 | 3 | -0.7980392 | 1.5834347 | NA | 7 | ▃▅▇▂▁▂▂▁ | F40.0 | 0 |
| ECR6 | My desire to be very close sometimes scares people away. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -2 | 3 | -1.5117647 | 1.4193647 | NA | 7 | ▇▇▅▃▁▂▁▁ | F40.0 | 0 |
| ECR7 | I try to avoid getting too close to other people. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -1 | 3 | -0.7862745 | 1.6523508 | NA | 7 | ▅▇▆▅▁▆▂▁ | F40.0 | 0 |
| ECR8R | I don’t often worry about being abandoned. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -1 | 3 | -0.6137255 | 1.8610388 | NA | 7 | ▅▇▅▃▁▅▃▂ | F40.0 | 0 |
| ECR9R | I usually discuss my problems and concerns with others. | haven_labelled | 3. Strongly disagree -3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -1 | 3 | -0.8156863 | 1.6858795 | NA | 7 | ▅▇▇▃▁▃▃▁ | F40.0 | 0 |
| ECR10 | I get frustrated if other people are not available when I need them. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | 0 | 3 | -0.0176471 | 1.4892154 | NA | 7 | ▁▃▅▅▁▇▃▁ | F40.0 | 0 |
| ECR11 | I am nervous when other people get too close to me. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | -1 | 3 | -0.9549020 | 1.6393748 | NA | 7 | ▆▇▅▅▁▃▂▁ | F40.0 | 0 |
| ECR12 | I worry that people won’t care about me as much as I care about them. | haven_labelled | -3. Strongly disagree -3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree 3 |
NA | 28 | 0.9479554 | NA | NA | -3 | 1 | 3 | 0.4568627 | 1.8492025 | NA | 7 | ▂▅▃▃▁▇▅▅ | F40.0 | 0 |
| FNES1 | I worry about what other people will think of me even when I know it doesn’t make any difference. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 5 | 2.9460967 | 1.1314341 | NA | 5 | ▂▆▁▇▁▆▁▂ | F40.0 | 0 |
| FNES2R | I am unconcerned even if I know people are forming an unfavorable impression of me. | haven_labelled | 5. Not at all characteristic of me1, 4. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 2. Very characteristic of me4, 1. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 5 | 3.7081784 | 1.0875836 | NA | 5 | ▁▂▁▅▁▇▁▆ | F40.0 | 0 |
| FNES3 | I am frequently afraid of other people noticing my shortcomings. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 5 | 2.6542751 | 1.1656914 | NA | 5 | ▅▇▁▆▁▅▁▂ | F40.0 | 0 |
| FNES4R | I rarely worry about what kind of impression I am making on someone. | haven_labelled | 5. Not at all characteristic of me1, 4. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 2. Very characteristic of me4, 1. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 5 | 3.8828996 | 1.0407191 | NA | 5 | ▁▂▁▃▁▇▁▇ | F40.0 | 0 |
| FNES5 | I am afraid others will not approve of me. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 5 | 2.4070632 | 1.1610157 | NA | 5 | ▆▇▁▅▁▅▁▁ | F40.0 | 0 |
| FNES6 | I am afraid that people will find fault with me. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 5 | 2.3252788 | 1.1203852 | NA | 5 | ▆▇▁▃▁▃▁▁ | F40.0 | 0 |
| FNES7R | Other people’s opinions of me do not bother me. | haven_labelled | 5. Not at all characteristic of me1, 4. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 2. Very characteristic of me4, 1. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 5 | 3.4981413 | 1.0972270 | NA | 5 | ▁▃▁▆▁▇▁▅ | F40.0 | 0 |
| FNES8 | When I am talking to someone, I worry about what they may be thinking about me. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 5 | 2.6431227 | 1.1331139 | NA | 5 | ▃▇▁▆▁▃▁▂ | F40.0 | 0 |
| FNES9 | I am usually worried about what kind of impression I make. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 5 | 3.0613383 | 1.0561303 | NA | 5 | ▂▇▁▇▁▇▁▂ | F40.0 | 0 |
| FNES10R | If I know someone is judging me, it has little effect on me. | haven_labelled | 5. Not at all characteristic of me1, 4. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 2. Very characteristic of me4, 1. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 5 | 3.6654275 | 1.0062902 | NA | 5 | ▁▂▁▃▁▇▁▃ | F40.0 | 0 |
| FNES11 | Sometimes I think I am too concerned with what other people think of me. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 5 | 2.8513011 | 1.3174831 | NA | 5 | ▇▇▁▇▁▇▁▅ | F40.0 | 0 |
| FNES12 | I often worry that I will say or do the wrong things. | haven_labelled | 1. Not at all characteristic of me1, 2. Slightly characteristic of me 2, 3. Moderately characteristic of me3, 4. Very characteristic of me4, 5. Extremely characteristic of me5 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 5 | 2.8810409 | 1.1977529 | NA | 5 | ▃▇▁▇▁▆▁▃ | F40.0 | 0 |
| esteem1 | I feel that I am a person of worth, at least on an equal basis with others. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -2 | 2 | 3 | 2.2026022 | 0.9696669 | NA | 7 | ▁▁▁▁▂▁▆▇ | F40.0 | 0 |
| esteem2 | I feel that I have a number of good qualities. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -2 | 2 | 3 | 2.2193309 | 0.8823945 | NA | 7 | ▁▁▁▁▂▁▇▇ | F40.0 | 0 |
| esteem3R | All in all I am inclined to feel that I am a failure. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 2 | 3 | 1.8141264 | 1.3296593 | NA | 7 | ▁▁▁▂▁▃▆▇ | F40.0 | 0 |
| esteem4 | I am able to do things as well as most other people. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 2 | 3 | 1.5278810 | 1.1450499 | NA | 7 | ▁▁▁▂▁▆▇▃ | F40.0 | 0 |
| esteem5R | I feel I do not have much to be proud of. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 2 | 3 | 1.8104089 | 1.3907527 | NA | 7 | ▁▁▂▁▁▃▆▇ | F40.0 | 0 |
| esteem6 | I take a positive attitude toward myself. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 2 | 3 | 1.3494424 | 1.3757035 | NA | 7 | ▁▁▂▂▁▆▇▅ | F40.0 | 0 |
| esteem7 | On the whole I am satisfied with myself. | haven_labelled | -3. Strongly disagree-3, -2. -2, -1. -1, 0. Neither agree nor disagree0, 1. 1, 2. 2, 3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 2 | 3 | 1.3141264 | 1.3942637 | NA | 7 | ▁▁▂▂▁▆▇▅ | F40.0 | 0 |
| esteem8R | I wish I could have more respect for myself. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 0 | 3 | 0.2379182 | 1.9838953 | NA | 7 | ▅▅▇▅▁▃▇▆ | F40.0 | 0 |
| esteem9R | I certainly feel useless at times. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 1 | 3 | 0.7602230 | 1.7444078 | NA | 7 | ▁▃▆▅▁▃▇▆ | F40.0 | 0 |
| esteem10R | At times, I think I am no good at all. | haven_labelled | 3. Strongly disagree-3, 2. -2, 1. -1, 0. Neither agree nor disagree0, -1. 1, -2. 2, -3. Strongly agree3 |
NA | 0 | 1.0000000 | NA | NA | -3 | 2 | 3 | 1.1208178 | 1.7913234 | NA | 7 | ▁▂▃▃▁▃▆▇ | F40.0 | 0 |
| ladder | MacArthur Scale of Subjective Social Status | haven_labelled | 0. 0, 10. 10, 20. 20, 30. 30, 40. 40, 50. 50, 60. 60, 70. 70, 80. 80, 90. 90, 100. 100 |
NA | 0 | 1.0000000 | NA | NA | 10 | 70 | 90 | 66.0408922 | 13.1929599 | NA | 11 | ▁▁▁▂▅▇▃▁ | F40.0 | 0 |
| RS1a | How concerned or anxious would you be over whether or not your parents would want to help you? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 1 | 6 | 1.8903346 | 1.3121192 | NA | 6 | ▇▃▁▁▁▁▁▁ | F40.0 | 0 |
| RS1bR | How likely is it that your parents would want to help you? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 1 | 6 | 1.2657993 | 0.7284977 | NA | 6 | ▇▁▁▁▁▁▁▁ | F40.0 | 0 |
| RS2a | How concerned or anxious would you be over whether your friend would want to talk with you? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 6 | 4.0855019 | 1.4208260 | NA | 6 | ▂▂▁▅▇▁▇▅ | F40.0 | 0 |
| RS2bR | How likely is it that your friend would want to talk with you to try and work things out? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 6 | 2.1579926 | 0.9817427 | NA | 6 | ▆▇▁▅▂▁▁▁ | F40.0 | 0 |
| RS3a | How concerned or anxious would you be over whether or not your parents would want you to come home? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 6 | 2.7527881 | 1.5773778 | NA | 6 | ▇▅▁▅▅▁▂▂ | F40.0 | 0 |
| RS3bR | How likely is it that you would be welcome at home? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 1 | 6 | 1.5037175 | 0.8721776 | NA | 6 | ▇▂▁▁▁▁▁▁ | F40.0 | 0 |
| RS4a | How concerned or anxious would you be over whether or not your partner would want to see you? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 6 | 3.7583643 | 1.5284925 | NA | 6 | ▃▆▁▅▇▁▇▅ | F40.0 | 0 |
| RS4bR | How likely is it that your partner would want to see you? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 6 | 2.4033457 | 1.0097052 | NA | 6 | ▅▇▁▇▂▁▁▁ | F40.0 | 0 |
| RS5a | How concerned or anxious would you be over whether or not your parents would want to come? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 1 | 6 | 2.0185874 | 1.5009706 | NA | 6 | ▇▂▁▁▁▁▁▁ | F40.0 | 0 |
| RS5bR | How likely is it that your parents would want to come? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 1 | 6 | 1.3643123 | 0.7964011 | NA | 6 | ▇▂▁▁▁▁▁▁ | F40.0 | 0 |
| RS6a | How concerned or anxious would you be over whether or not your friend would want to help you out? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 6 | 2.9814126 | 1.3576558 | NA | 6 | ▅▇▁▇▆▁▃▁ | F40.0 | 0 |
| RS6bR | How likely is it that your friend would willingly agree to help you out? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 6 | 2.1096654 | 0.8261663 | NA | 6 | ▅▇▁▅▁▁▁▁ | F40.0 | 0 |
| RS7a | How concerned or anxious would you be over whether or not your partner would say yes? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 6 | 3.6765799 | 1.7495543 | NA | 6 | ▆▆▁▅▇▁▇▇ | F40.0 | 0 |
| RS7bR | How likely is it that he/she would answer “yes” sincerely? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 2 | 6 | 2.2546468 | 1.0285617 | NA | 6 | ▇▇▁▇▃▁▁▁ | F40.0 | 0 |
| RS8a | How concerned or anxious would you be over whether or not the person would want to dance with you? | haven_labelled | 1. Not at all concerned 1, 2. 2, 3. 3, 4. 4, 5. 5, 6. Very concerned6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 4 | 6 | 3.9330855 | 1.4958609 | NA | 6 | ▂▅▁▆▆▁▇▅ | F40.0 | 0 |
| RS8bR | How likely is it that this person would want to dance with you? | haven_labelled | 6. Very unlikely 1, 5. 2, 4. 3, 3. 4, 2. 5, 1. Very likely6 |
NA | 0 | 1.0000000 | NA | NA | 1 | 3 | 6 | 3.0334572 | 0.9720467 | NA | 6 | ▁▃▁▇▃▁▁▁ | F40.0 | 0 |
| nts_T3_1R | NA | numeric | NA | NA | 2 | 0.9962825 | NA | NA | 18.0 | 96.00 | 100.0 | 87.5764925 | 17.7869460 | NA | NA | ▁▁▁▂▇ | NA | NA |
| nts_T3_2R | NA | numeric | NA | NA | 1 | 0.9981413 | NA | NA | 8.0 | 91.00 | 100.0 | 83.8640596 | 20.0697049 | NA | NA | ▁▁▁▂▇ | NA | NA |
| nts_T3_3R | NA | numeric | NA | NA | 3 | 0.9944238 | NA | NA | 11.0 | 95.00 | 100.0 | 86.2149533 | 19.2212761 | NA | NA | ▁▁▁▂▇ | NA | NA |
| nts_T3_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 74 | 100 | 68.8773234 | 22.7506892 | NA | 2 | ▁▁▁▅▅▇▇▇ | NA | NA |
| nts_T3_5R | NA | numeric | NA | NA | 3 | 0.9944238 | NA | NA | 0.0 | 97.00 | 100.0 | 89.6074766 | 17.1409431 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T3_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 66 | 100 | 64.1970260 | 22.1780133 | NA | 2 | ▁▁▂▅▇▇▇▅ | NA | NA |
| nts_T3_7R | NA | numeric | NA | NA | 1 | 0.9981413 | NA | NA | 0.0 | 95.00 | 100.0 | 85.8994413 | 20.0389811 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T3_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 50 | 100 | 48.9721190 | 24.9105880 | NA | 2 | ▅▅▃▇▇▆▅▂ | NA | NA |
| nts_T3_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 65 | 100 | 62.7825279 | 25.4384845 | NA | 2 | ▂▂▂▆▇▇▇▇ | NA | NA |
| nts_T3_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 50 | 100 | 48.3029740 | 26.6972688 | NA | 2 | ▅▅▃▇▆▆▃▃ | NA | NA |
| nts_T3_11R | NA | numeric | NA | NA | 2 | 0.9962825 | NA | NA | 0.0 | 85.00 | 100.0 | 76.4216418 | 23.6176201 | NA | NA | ▁▂▂▃▇ | NA | NA |
| nts_T3_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 73 | 100 | 68.4479554 | 21.0462399 | NA | 2 | ▁▁▂▃▅▇▇▆ | NA | NA |
| nts_T3_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 70 | 100 | 65.2825279 | 21.8352156 | NA | 2 | ▁▁▁▅▅▇▆▅ | NA | NA |
| nts_T3_14R | NA | numeric | NA | NA | 1 | 0.9981413 | NA | NA | 5.0 | 98.00 | 100.0 | 90.6629423 | 15.8468647 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T3_15R | NA | numeric | NA | NA | 2 | 0.9962825 | NA | NA | 5.0 | 97.00 | 100.0 | 90.5111940 | 15.6859323 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T3_16R | NA | numeric | NA | NA | 1 | 0.9981413 | NA | NA | 0.0 | 90.00 | 100.0 | 77.8510242 | 25.3837738 | NA | NA | ▁▁▂▂▇ | NA | NA |
| nts_T5_1R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 9.0 | 93.00 | 100.0 | 85.1003717 | 19.9084768 | NA | NA | ▁▁▁▂▇ | NA | NA |
| nts_T5_2R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 0.0 | 90.00 | 100.0 | 81.8029740 | 21.6426503 | NA | NA | ▁▁▁▂▇ | NA | NA |
| nts_T5_3R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 12.0 | 91.00 | 100.0 | 83.4405204 | 20.8797478 | NA | NA | ▁▁▁▂▇ | NA | NA |
| nts_T5_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 75 | 100 | 69.5892193 | 22.5558780 | NA | 2 | ▁▁▂▃▃▇▇▇ | NA | NA |
| nts_T5_5R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 2.0 | 96.00 | 100.0 | 87.3085502 | 19.2787443 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T5_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 67 | 100 | 62.6449814 | 23.4814080 | NA | 2 | ▁▂▃▆▆▇▇▆ | NA | NA |
| nts_T5_7R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 0.0 | 93.00 | 100.0 | 83.8197026 | 21.5958093 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T5_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 50 | 100 | 51.2323420 | 24.3429851 | NA | 2 | ▃▃▆▇▆▇▅▂ | NA | NA |
| nts_T5_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 66 | 100 | 62.7323420 | 24.0001341 | NA | 2 | ▂▂▂▇▆▇▇▆ | NA | NA |
| nts_T5_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 52 | 100 | 51.8178439 | 24.8331546 | NA | 2 | ▃▃▃▇▆▇▅▂ | NA | NA |
| nts_T5_11R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 0.0 | 83.00 | 100.0 | 75.3420074 | 24.2698620 | NA | NA | ▁▂▂▃▇ | NA | NA |
| nts_T5_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 0 | 69 | 100 | 66.1059480 | 21.8474038 | NA | 2 | ▁▂▂▅▆▇▇▆ | NA | NA |
| nts_T5_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 0 | 1.0000000 | NA | NA | 7 | 67 | 100 | 63.3252788 | 21.7995813 | NA | 2 | ▁▃▃▆▆▇▇▅ | NA | NA |
| nts_T5_14R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 0.0 | 97.00 | 100.0 | 90.1375465 | 16.1278540 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T5_15R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 0.0 | 96.00 | 100.0 | 89.4275093 | 15.7833135 | NA | NA | ▁▁▁▁▇ | NA | NA |
| nts_T5_16R | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 0.0 | 86.00 | 100.0 | 77.8680297 | 24.2922013 | NA | NA | ▁▁▂▂▇ | NA | NA |
| ECR_avoidance_mean | 6 ECR items aggregated by rowMeans | numeric | NA | ECR1R, ECR3, ECR5R, ECR7, ECR9R, ECR11 | 28 | 0.9479554 | NA | NA | -3.0 | -1.00 | 2.2 | -0.9434641 | 1.0498468 | NA | NA | ▅▇▇▃▁ | NA | NA |
| ECR_anxiety_mean | 6 ECR items aggregated by rowMeans | numeric | NA | ECR2, ECR4, ECR6, ECR8R, ECR10, ECR12 | 28 | 0.9479554 | NA | NA | -3.0 | -0.33 | 2.5 | -0.3764706 | 1.0863161 | NA | NA | ▂▆▇▅▁ | NA | NA |
| esteem_mean | 10 esteem items aggregated by rowMeans | numeric | NA | esteem1, esteem2, esteem4, esteem6, esteem7, esteem3R, esteem5R, esteem8R, esteem9R, esteem10R | 0 | 1.0000000 | NA | NA | -2.3 | 1.60 | 3.0 | 1.4356877 | 1.0205111 | NA | NA | ▁▁▅▇▇ | NA | NA |
| RS1_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 1.00 | 24.0 | 2.5315985 | 2.6453863 | NA | NA | ▇▁▁▁▁ | NA | NA |
| RS2_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 8.00 | 36.0 | 9.0799257 | 5.4430458 | NA | NA | ▇▆▂▁▁ | NA | NA |
| RS3_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 3.00 | 36.0 | 4.6654275 | 4.8492694 | NA | NA | ▇▁▁▁▁ | NA | NA |
| RS4_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 9.00 | 36.0 | 9.4888476 | 5.8872765 | NA | NA | ▇▇▂▁▁ | NA | NA |
| RS5_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 1.00 | 30.0 | 3.0501859 | 3.6717364 | NA | NA | ▇▁▁▁▁ | NA | NA |
| RS6_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 6.00 | 36.0 | 6.5947955 | 4.3462061 | NA | NA | ▇▃▁▁▁ | NA | NA |
| RS7_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 8.00 | 36.0 | 9.0966543 | 6.4257649 | NA | NA | ▇▅▂▁▁ | NA | NA |
| RS8_product | NA | numeric | NA | NA | 0 | 1.0000000 | NA | NA | 1.0 | 12.00 | 36.0 | 12.4479554 | 6.9240416 | NA | NA | ▆▇▃▁▁ | NA | NA |
| RS_mean | 8 RS items aggregated by rowMeans | numeric | NA | RS1_product, RS2_product, RS3_product, RS4_product, RS5_product, RS6_product, RS7_product, RS8_product | 0 | 1.0000000 | NA | NA | 1.2 | 7.00 | 16.8 | 7.1194238 | 2.9558993 | NA | NA | ▅▇▇▂▁ | NA | NA |
| nts_T3_belonging_mean | 4 nts_T3 items aggregated by rowMeans | numeric | NA | nts_T3_1R, nts_T3_2R, nts_T3_3R, nts_T3_4 | 3 | 0.9944238 | NA | NA | 17.8 | 86.00 | 100.0 | 81.5971963 | 15.3849981 | NA | NA | ▁▁▂▅▇ | NA | NA |
| nts_T5_belonging_mean | 4 nts_T items aggregated by rowMeans | numeric | NA | nts_T3_1R, nts_T5_2R, nts_T5_3R, nts_T5_4 | 2 | 0.9962825 | NA | NA | 21.0 | 85.50 | 100.0 | 80.5792910 | 15.5412478 | NA | NA | ▁▁▂▃▇ | NA | NA |
| nts_T3_esteem_mean | 3 nts_T3_1 items aggregated by rowMeans | numeric | NA | nts_T3_11R, nts_T3_12, nts_T3_13 | 2 | 0.9962825 | NA | NA | 5.3 | 74.00 | 100.0 | 70.0012438 | 18.6127168 | NA | NA | ▁▂▅▇▇ | NA | NA |
| nts_T5_esteem_mean | 3 nts_T5_1 items aggregated by rowMeans | numeric | NA | nts_T5_11R, nts_T5_12, nts_T5_13 | 0 | 1.0000000 | NA | NA | 7.7 | 71.67 | 100.0 | 68.2577447 | 19.2249059 | NA | NA | ▁▂▅▇▆ | NA | NA |
| nts_T3_control_mean | 3 nts_T3 items aggregated by rowMeans | numeric | NA | nts_T3_8, nts_T3_9, nts_T3_10 | 0 | 1.0000000 | NA | NA | 0.0 | 54.00 | 100.0 | 53.3525403 | 20.1173323 | NA | NA | ▁▅▇▆▂ | NA | NA |
| nts_T5_control_mean | 3 nts_T5 items aggregated by rowMeans | numeric | NA | nts_T5_8, nts_T5_9, nts_T5_10 | 0 | 1.0000000 | NA | NA | 2.0 | 56.00 | 100.0 | 55.2608426 | 20.4740809 | NA | NA | ▂▅▇▇▂ | NA | NA |
| nts_T3_meaning_mean | 3 nts_T3 items aggregated by rowMeans | numeric | NA | nts_T3_5R, nts_T3_6, nts_T3_7R | 3 | 0.9944238 | NA | NA | 3.7 | 83.67 | 100.0 | 79.9102804 | 15.4534946 | NA | NA | ▁▁▁▅▇ | NA | NA |
| nts_T5_meaning_mean | 3 nts_T5 items aggregated by rowMeans | numeric | NA | nts_T5_5R, nts_T5_6, nts_T5_7R | 0 | 1.0000000 | NA | NA | 10.3 | 83.00 | 100.0 | 77.9244114 | 17.5300300 | NA | NA | ▁▁▂▅▇ | NA | NA |
The following JSON-LD can be found by search engines, if you share this codebook publicly on the web.
{
"name": "codebook_data",
"datePublished": "2021-01-21",
"description": "The dataset has N=538 rows and 139 columns.\n10 rows have no missing values on any column.\n\n\n## Table of variables\nThis table contains variable names, labels, and number of missing values.\nSee the complete codebook for more.\n\n[truncated]\n\n### Note\nThis dataset was automatically described using the [codebook R package](https://rubenarslan.github.io/codebook/) (version 0.9.2).",
"keywords": ["StartDate", "EndDate", "id", "participant_desire", "confederate_desire", "age", "race", "race_text", "hispanic", "native_english", "english_years", "gender", "heart_T1", "heart_T2", "heart_T3", "heart_T4", "heart_T5", "heart_T6", "valence_T1", "valence_T2", "valence_T3", "valence_T4", "valence_T5", "valence_T6", "arousal_T1", "arousal_T2", "arousal_T3", "arousal_T4", "arousal_T5", "arousal_T6", "dominance_T1", "dominance_T2", "dominance_T3", "dominance_T4", "dominance_T5", "dominance_T6", "ECR1R", "ECR2", "ECR3", "ECR4", "ECR5R", "ECR6", "ECR7", "ECR8R", "ECR9R", "ECR10", "ECR11", "ECR12", "FNES1", "FNES2R", "FNES3", "FNES4R", "FNES5", "FNES6", "FNES7R", "FNES8", "FNES9", "FNES10R", "FNES11", "FNES12", "esteem1", "esteem2", "esteem3R", "esteem4", "esteem5R", "esteem6", "esteem7", "esteem8R", "esteem9R", "esteem10R", "ladder", "RS1a", "RS1bR", "RS2a", "RS2bR", "RS3a", "RS3bR", "RS4a", "RS4bR", "RS5a", "RS5bR", "RS6a", "RS6bR", "RS7a", "RS7bR", "RS8a", "RS8bR", "nts_T3_1R", "nts_T3_2R", "nts_T3_3R", "nts_T3_4", "nts_T3_5R", "nts_T3_6", "nts_T3_7R", "nts_T3_8", "nts_T3_9", "nts_T3_10", "nts_T3_11R", "nts_T3_12", "nts_T3_13", "nts_T3_14R", "nts_T3_15R", "nts_T3_16R", "nts_T5_1R", "nts_T5_2R", "nts_T5_3R", "nts_T5_4", "nts_T5_5R", "nts_T5_6", "nts_T5_7R", "nts_T5_8", "nts_T5_9", "nts_T5_10", "nts_T5_11R", "nts_T5_12", "nts_T5_13", "nts_T5_14R", "nts_T5_15R", "nts_T5_16R", "ECR_avoidance_mean", "ECR_anxiety_mean", "esteem_mean", "RS1_product", "RS2_product", "RS3_product", "RS4_product", "RS5_product", "RS6_product", "RS7_product", "RS8_product", "RS_mean", "nts_T3_belonging_mean", "nts_T5_belonging_mean", "nts_T3_esteem_mean", "nts_T5_esteem_mean", "nts_T3_control_mean", "nts_T5_control_mean", "nts_T3_meaning_mean", "nts_T5_meaning_mean"],
"@context": "http://schema.org/",
"@type": "Dataset",
"variableMeasured": [
{
"name": "StartDate",
"description": "Start Date",
"@type": "propertyValue"
},
{
"name": "EndDate",
"description": "End Date",
"@type": "propertyValue"
},
{
"name": "id",
"description": "Participant ID",
"@type": "propertyValue"
},
{
"name": "participant_desire",
"description": "Participant Desire",
"value": "0. Low,\n1. High",
"maxValue": 1,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "confederate_desire",
"description": "Confederate Desire",
"value": "0. Low,\n1. High",
"maxValue": 1,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "age",
"description": "Age",
"@type": "propertyValue"
},
{
"name": "race",
"description": "Race",
"value": "1. Native American,\n2. African-American,\n3. White/Caucasian,\n4. Asian/Pacific Islander,\n5. Other",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "race_text",
"description": "Race - Text",
"@type": "propertyValue"
},
{
"name": "hispanic",
"description": "Are you Latino or Hispanic?",
"value": "1. Yes,\n2. No",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "native_english",
"description": "Is English your first language?",
"value": "1. Yes,\n2. No",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "english_years",
"description": "For how long have you been speaking English?",
"@type": "propertyValue"
},
{
"name": "gender",
"description": "What is your gender?",
"value": "1. Male,\n2. Female,\n3. Trans MTF,\n4. Trans FTM,\n5. Trans do not identify,\n6. Not sure",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T1",
"description": "Heart Manikin - Time 1",
"value": "1. lonely, rejected, isolated, disconnected1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T2",
"description": "Heart Manikin - Time 2",
"value": "1. lonely, rejected, isolated, disconnected1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T3",
"description": "Heart Manikin - Time 3",
"value": "1. lonely, rejected, isolated, disconnected1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T4",
"description": "Heart Manikin - Time 4",
"value": "1. lonely, rejected, isolated, disconnected1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T5",
"description": "Heart Manikin - Time 5",
"value": "1. lonely, rejected, isolated, disconnected1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T6",
"description": "Heart Manikin - Time 6",
"value": "1. lonely, rejected, isolated, disconnected1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T1",
"description": "Valence Self-Assessment Manikin - Time 1",
"value": "1. unhappy, annoyed, unsatisfied, bored1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T2",
"description": "Valence Self-Assessment Manikin - Time 2",
"value": "1. unhappy, annoyed, unsatisfied, bored1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T3",
"description": "Valence Self-Assessment Manikin - Time 3",
"value": "1. unhappy, annoyed, unsatisfied, bored1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T4",
"description": "Valence Self-Assessment Manikin - Time 4",
"value": "1. unhappy, annoyed, unsatisfied, bored1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T5",
"description": "Valence Self-Assessment Manikin - Time 5",
"value": "1. unhappy, annoyed, unsatisfied, bored1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T6",
"description": "Valence Self-Assessment Manikin - Time 6",
"value": "1. unhappy, annoyed, unsatisfied, bored1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T1",
"description": "Arousal Self-Assessment Manikin - Time 1",
"value": "1. relaxed, calm, sleepy, sluggish1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T2",
"description": "Arousal Self-Assessment Manikin - Time 2",
"value": "1. relaxed, calm, sleepy, sluggish1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T3",
"description": "Arousal Self-Assessment Manikin - Time 3",
"value": "1. relaxed, calm, sleepy, sluggish1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T4",
"description": "Arousal Self-Assessment Manikin - Time 4",
"value": "1. relaxed, calm, sleepy, sluggish1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T5",
"description": "Arousal Self-Assessment Manikin - Time 5",
"value": "1. relaxed, calm, sleepy, sluggish1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T6",
"description": "Arousal Self-Assessment Manikin - Time 6",
"value": "1. relaxed, calm, sleepy, sluggish1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T1",
"description": "Dominance Self-Assessment Manikin - Time 1",
"value": "1. submissive, influenced, controlled by others1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T2",
"description": "Dominance Self-Assessment Manikin - Time 2",
"value": "1. submissive, influenced, controlled by others1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T3",
"description": "Dominance Self-Assessment Manikin - Time 3",
"value": "1. submissive, influenced, controlled by others1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T4",
"description": "Dominance Self-Assessment Manikin - Time 4",
"value": "1. submissive, influenced, controlled by others1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T5",
"description": "Dominance Self-Assessment Manikin - Time 5",
"value": "1. submissive, influenced, controlled by others1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T6",
"description": "Dominance Self-Assessment Manikin - Time 6",
"value": "1. submissive, influenced, controlled by others1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous9",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "ECR1R",
"description": "It helps to turn to others in times of need.",
"value": "3. Strongly disagree -3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR2",
"description": "I need a lot of reassurance that I am loved by others.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR3",
"description": "I want to get close to others but I keep pulling back.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR4",
"description": "I find that people don’t want to get as close as I would like.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR5R",
"description": "I turn to other people for many things, including comfort and reassurance.",
"value": "3. Strongly disagree -3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR6",
"description": "My desire to be very close sometimes scares people away.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR7",
"description": "I try to avoid getting too close to other people.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR8R",
"description": "I don't often worry about being abandoned.",
"value": "3. Strongly disagree -3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR9R",
"description": "I usually discuss my problems and concerns with others.",
"value": "3. Strongly disagree -3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR10",
"description": "I get frustrated if other people are not available when I need them.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR11",
"description": "I am nervous when other people get too close to me.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ECR12",
"description": "I worry that people won’t care about me as much as I care about them.",
"value": "-3. Strongly disagree -3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree 3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "FNES1",
"description": "I worry about what other people will think of me even when I know it doesn't make any difference.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES2R",
"description": "I am unconcerned even if I know people are forming an unfavorable impression of me.",
"value": "5. Not at all characteristic of me1,\n4. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n2. Very characteristic of me4,\n1. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES3",
"description": "I am frequently afraid of other people noticing my shortcomings.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES4R",
"description": "I rarely worry about what kind of impression I am making on someone.",
"value": "5. Not at all characteristic of me1,\n4. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n2. Very characteristic of me4,\n1. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES5",
"description": "I am afraid others will not approve of me.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES6",
"description": "I am afraid that people will find fault with me.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES7R",
"description": "Other people's opinions of me do not bother me.",
"value": "5. Not at all characteristic of me1,\n4. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n2. Very characteristic of me4,\n1. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES8",
"description": "When I am talking to someone, I worry about what they may be thinking about me.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES9",
"description": "I am usually worried about what kind of impression I make.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES10R",
"description": "If I know someone is judging me, it has little effect on me.",
"value": "5. Not at all characteristic of me1,\n4. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n2. Very characteristic of me4,\n1. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES11",
"description": "Sometimes I think I am too concerned with what other people think of me.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "FNES12",
"description": "I often worry that I will say or do the wrong things.",
"value": "1. Not at all characteristic of me1,\n2. Slightly characteristic of me 2,\n3. Moderately characteristic of me3,\n4. Very characteristic of me4,\n5. Extremely characteristic of me5",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "esteem1",
"description": "I feel that I am a person of worth, at least on an equal basis with others.",
"value": "-3. Strongly disagree-3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem2",
"description": "I feel that I have a number of good qualities.",
"value": "-3. Strongly disagree-3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem3R",
"description": "All in all I am inclined to feel that I am a failure.",
"value": "3. Strongly disagree-3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem4",
"description": "I am able to do things as well as most other people.",
"value": "-3. Strongly disagree-3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem5R",
"description": "I feel I do not have much to be proud of.",
"value": "3. Strongly disagree-3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem6",
"description": "I take a positive attitude toward myself.",
"value": "-3. Strongly disagree-3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem7",
"description": "On the whole I am satisfied with myself.",
"value": "-3. Strongly disagree-3,\n-2. -2,\n-1. -1,\n0. Neither agree nor disagree0,\n1. 1,\n2. 2,\n3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem8R",
"description": "I wish I could have more respect for myself.",
"value": "3. Strongly disagree-3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem9R",
"description": "I certainly feel useless at times.",
"value": "3. Strongly disagree-3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem10R",
"description": "At times, I think I am no good at all.",
"value": "3. Strongly disagree-3,\n2. -2,\n1. -1,\n0. Neither agree nor disagree0,\n-1. 1,\n-2. 2,\n-3. Strongly agree3",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "ladder",
"description": "MacArthur Scale of Subjective Social Status",
"value": "0. 0,\n10. 10,\n20. 20,\n30. 30,\n40. 40,\n50. 50,\n60. 60,\n70. 70,\n80. 80,\n90. 90,\n100. 100",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "RS1a",
"description": "How concerned or anxious would you be over whether or not your parents would want to help you?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS1bR",
"description": "How likely is it that your parents would want to help you?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS2a",
"description": "How concerned or anxious would you be over whether your friend would want to talk with you?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS2bR",
"description": "How likely is it that your friend would want to talk with you to try and work things out?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS3a",
"description": "How concerned or anxious would you be over whether or not your parents would want you to come home?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS3bR",
"description": "How likely is it that you would be welcome at home?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS4a",
"description": "How concerned or anxious would you be over whether or not your partner would want to see you?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS4bR",
"description": "How likely is it that your partner would want to see you?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS5a",
"description": "How concerned or anxious would you be over whether or not your parents would want to come?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS5bR",
"description": "How likely is it that your parents would want to come?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS6a",
"description": "How concerned or anxious would you be over whether or not your friend would want to help you out?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS6bR",
"description": "How likely is it that your friend would willingly agree to help you out?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS7a",
"description": "How concerned or anxious would you be over whether or not your partner would say yes?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS7bR",
"description": "How likely is it that he/she would answer “yes” sincerely?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS8a",
"description": "How concerned or anxious would you be over whether or not the person would want to dance with you?",
"value": "1. Not at all concerned 1,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. Very concerned6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "RS8bR",
"description": "How likely is it that this person would want to dance with you?",
"value": "6. Very unlikely 1,\n5. 2,\n4. 3,\n3. 4,\n2. 5,\n1. Very likely6",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "nts_T3_1R",
"@type": "propertyValue"
},
{
"name": "nts_T3_2R",
"@type": "propertyValue"
},
{
"name": "nts_T3_3R",
"@type": "propertyValue"
},
{
"name": "nts_T3_4",
"description": "How accepted do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_5R",
"@type": "propertyValue"
},
{
"name": "nts_T3_6",
"description": "How important do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_7R",
"@type": "propertyValue"
},
{
"name": "nts_T3_8",
"description": "How influential do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_9",
"description": "How much control do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_10",
"description": "How much ability to significantly alter events do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_11R",
"@type": "propertyValue"
},
{
"name": "nts_T3_12",
"description": "How good about yourself do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_13",
"description": "How confident do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_14R",
"@type": "propertyValue"
},
{
"name": "nts_T3_15R",
"@type": "propertyValue"
},
{
"name": "nts_T3_16R",
"@type": "propertyValue"
},
{
"name": "nts_T5_1R",
"@type": "propertyValue"
},
{
"name": "nts_T5_2R",
"@type": "propertyValue"
},
{
"name": "nts_T5_3R",
"@type": "propertyValue"
},
{
"name": "nts_T5_4",
"description": "How accepted do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T5_5R",
"@type": "propertyValue"
},
{
"name": "nts_T5_6",
"description": "How important do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T5_7R",
"@type": "propertyValue"
},
{
"name": "nts_T5_8",
"description": "How influential do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T5_9",
"description": "How much control do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T5_10",
"description": "How much ability to significantly alter events do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T5_11R",
"@type": "propertyValue"
},
{
"name": "nts_T5_12",
"description": "How good about yourself do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T5_13",
"description": "How confident do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T5_14R",
"@type": "propertyValue"
},
{
"name": "nts_T5_15R",
"@type": "propertyValue"
},
{
"name": "nts_T5_16R",
"@type": "propertyValue"
},
{
"name": "ECR_avoidance_mean",
"description": "6 ECR items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "ECR_anxiety_mean",
"description": "6 ECR items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "esteem_mean",
"description": "10 esteem items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "RS1_product",
"@type": "propertyValue"
},
{
"name": "RS2_product",
"@type": "propertyValue"
},
{
"name": "RS3_product",
"@type": "propertyValue"
},
{
"name": "RS4_product",
"@type": "propertyValue"
},
{
"name": "RS5_product",
"@type": "propertyValue"
},
{
"name": "RS6_product",
"@type": "propertyValue"
},
{
"name": "RS7_product",
"@type": "propertyValue"
},
{
"name": "RS8_product",
"@type": "propertyValue"
},
{
"name": "RS_mean",
"description": "8 RS items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T3_belonging_mean",
"description": "4 nts_T3 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T5_belonging_mean",
"description": "4 nts_T items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T3_esteem_mean",
"description": "3 nts_T3_1 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T5_esteem_mean",
"description": "3 nts_T5_1 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T3_control_mean",
"description": "3 nts_T3 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T5_control_mean",
"description": "3 nts_T5 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T3_meaning_mean",
"description": "3 nts_T3 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T5_meaning_mean",
"description": "3 nts_T5 items aggregated by rowMeans",
"@type": "propertyValue"
}
]
}`